Html Css Color HEX #D6EE49 Pear

📋 copy color: '#D6EE49'

red 214 ◦ green 238 ◦ blue 73

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

Shades of Pear #D6EE49

Tints of Pear #D6EE49

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.33%

 BLUE value IS 73 (28.91% from 255) = 13.9%

R = 40.76%
G = 45.33%
B = 13.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#D6EE49 (or 0xD6EE49) is known color: Pear. HEX triplet: D6, EE and 49. RGB value is (214,238,73). Sum of RGB (Red+Green+Blue) = 214+238+73=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EE49 is #2911B6. Grayscale: #D4D4D4. Windows color (decimal): -2691511 or 4845270. OLE color: 4845270.

HSL color Cylindrical-coordinate representation of color #D6EE49: hue angle of 68.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6EE49 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 238 73 -
CMYK 0.10 0 0.69 0.07
HSL 68.73º 0.83% 0.61% -
HSV(B) 68.73º 0.69% 0.93% -
XYZ 59.51 75.93 17.82 -
YUV 212.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 214 238 73 0.10 0 0.69 0.07 68.73 0.83 0.61
Hex D6 EE 49 A 0 45 7 45 53 3D
Octal 326 356 111 12 0 105 7 105 123 75
Binary 11010110 11101110 1001001 1010 0 1000101 111 1000101 1010011 111101

Color Harmonies of #D6EE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EE49

Black with #D6EE49

Text Example


Text Example

White with #D6EE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EE49; }

 p { color: rgb(214,238,73); }

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

background-color css

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

 a { background-color: rgb(214,238,73); }

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

border-color css

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

 span { border-color: rgb(214,238,73); }

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