Html Css Color HEX #D6EB2C Pear

📋 copy color: '#D6EB2C'

red 214 ◦ green 235 ◦ blue 44

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

Shades of Pear #D6EB2C

Tints of Pear #D6EB2C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.67%

 BLUE value IS 44 (17.58% from 255) = 8.92%

R = 43.41%
G = 47.67%
B = 8.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#D6EB2C (or 0xD6EB2C) is known color: Pear. HEX triplet: D6, EB and 2C. RGB value is (214,235,44). Sum of RGB (Red+Green+Blue) = 214+235+44=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 44 (17.58% from 255 or 8.92% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EB2C is #2914D3. Grayscale: #CFCFCF. Windows color (decimal): -2692308 or 2943958. OLE color: 2943958.

HSL color Cylindrical-coordinate representation of color #D6EB2C: hue angle of 66.6º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6EB2C is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 44 -
CMYK 0.09 0 0.81 0.08
HSL 66.6º 0.83% 0.55% -
HSV(B) 66.6º 0.81% 0.92% -
XYZ 57.89 73.89 13.59 -
YUV 206.95 36.04 133.03 -
System Red Green Blue C M Y K H S L
Decimal 214 235 44 0.09 0 0.81 0.08 66.6 0.83 0.55
Hex D6 EB 2C 9 0 51 8 43 53 37
Octal 326 353 54 11 0 121 10 103 123 67
Binary 11010110 11101011 101100 1001 0 1010001 1000 1000011 1010011 110111

Color Harmonies of #D6EB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB2C

Black with #D6EB2C

Text Example


Text Example

White with #D6EB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB2C; }

 p { color: rgb(214,235,44); }

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

background-color css

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

 a { background-color: rgb(214,235,44); }

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

border-color css

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

 span { border-color: rgb(214,235,44); }

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