Html Css Color HEX #D6E030 Pear

📋 copy color: '#D6E030'

red 214 ◦ green 224 ◦ blue 48

#D6E030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D6E030

Tints of Pear #D6E030

RGB

 RED value IS 214 (83.98% from 255) = 44.03%

 GREEN value IS 224 (87.89% from 255) = 46.09%

 BLUE value IS 48 (19.14% from 255) = 9.88%

R = 44.03%
G = 46.09%
B = 9.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6E030 (or 0xD6E030) is known color: Pear. HEX triplet: D6, E0 and 30. RGB value is (214,224,48). Sum of RGB (Red+Green+Blue) = 214+224+48=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E030 is #291FCF. Grayscale: #C9C9C9. Windows color (decimal): -2695120 or 3203286. OLE color: 3203286.

HSL color Cylindrical-coordinate representation of color #D6E030: hue angle of 63.41º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6E030 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 48 -
CMYK 0.04 0 0.79 0.12
HSL 63.41º 0.74% 0.53% -
HSV(B) 63.41º 0.79% 0.88% -
XYZ 54.92 67.82 12.99 -
YUV 200.95 41.69 137.31 -
System Red Green Blue C M Y K H S L
Decimal 214 224 48 0.04 0 0.79 0.12 63.41 0.74 0.53
Hex D6 E0 30 4 0 4F C 3F 4A 35
Octal 326 340 60 4 0 117 14 77 112 65
Binary 11010110 11100000 110000 100 0 1001111 1100 111111 1001010 110101

Color Harmonies of #D6E030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E030

Black with #D6E030

Text Example


Text Example

White with #D6E030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E030; }

 p { color: rgb(214,224,48); }

 H1.HeaderClassName
 {
   color: #D6E030;
 }
 .AnyTagClassName
 {
   color: #D6E030;
 }
</style>

background-color css

<style>
 a { background-color: #D6E030; }

 a { background-color: rgb(214,224,48); }

 div.DivClassName
 {
   background-color: #D6E030;
 }
 .BgClassName
 {
   background-color: #D6E030;
 }
</style>

border-color css

<style>
 span { border-color: #D6E030; }

 span { border-color: rgb(214,224,48); }

 td.TdClassName
 {
   border-color: #D6E030;
 }
 .TagClassName
 {
   border-color: #D6E030;
 }
</style>