Html Css Color HEX #D6EC3C Pear

📋 copy color: '#D6EC3C'

red 214 ◦ green 236 ◦ blue 60

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

Shades of Pear #D6EC3C

Tints of Pear #D6EC3C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.27%

 BLUE value IS 60 (23.83% from 255) = 11.76%

R = 41.96%
G = 46.27%
B = 11.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#D6EC3C (or 0xD6EC3C) is known color: Pear. HEX triplet: D6, EC and 3C. RGB value is (214,236,60). Sum of RGB (Red+Green+Blue) = 214+236+60=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EC3C is #2913C3. Grayscale: #D2D2D2. Windows color (decimal): -2692036 or 3992790. OLE color: 3992790.

HSL color Cylindrical-coordinate representation of color #D6EC3C: hue angle of 67.5º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6EC3C is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 236 60 -
CMYK 0.09 0 0.75 0.07
HSL 67.5º 0.82% 0.58% -
HSV(B) 67.5º 0.75% 0.93% -
XYZ 58.54 74.61 15.59 -
YUV 209.36 43.71 131.31 -
System Red Green Blue C M Y K H S L
Decimal 214 236 60 0.09 0 0.75 0.07 67.5 0.82 0.58
Hex D6 EC 3C 9 0 4B 7 44 52 3A
Octal 326 354 74 11 0 113 7 104 122 72
Binary 11010110 11101100 111100 1001 0 1001011 111 1000100 1010010 111010

Color Harmonies of #D6EC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC3C

Black with #D6EC3C

Text Example


Text Example

White with #D6EC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC3C; }

 p { color: rgb(214,236,60); }

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

background-color css

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

 a { background-color: rgb(214,236,60); }

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

border-color css

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

 span { border-color: rgb(214,236,60); }

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