Html Css Color HEX #D6E124 Pear

📋 copy color: '#D6E124'

red 214 ◦ green 225 ◦ blue 36

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

Shades of Pear #D6E124

Tints of Pear #D6E124

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.37%

 BLUE value IS 36 (14.45% from 255) = 7.58%

R = 45.05%
G = 47.37%
B = 7.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#D6E124 (or 0xD6E124) is known color: Pear. HEX triplet: D6, E1 and 24. RGB value is (214,225,36). Sum of RGB (Red+Green+Blue) = 214+225+36=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 36 (14.45% from 255 or 7.58% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E124 is #291EDB. Grayscale: #C8C8C8. Windows color (decimal): -2694876 or 2417110. OLE color: 2417110.

HSL color Cylindrical-coordinate representation of color #D6E124: hue angle of 63.49º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6E124 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 36 -
CMYK 0.05 0 0.84 0.12
HSL 63.49º 0.76% 0.51% -
HSV(B) 63.49º 0.84% 0.88% -
XYZ 54.98 68.27 11.95 -
YUV 200.17 35.36 137.87 -
System Red Green Blue C M Y K H S L
Decimal 214 225 36 0.05 0 0.84 0.12 63.49 0.76 0.51
Hex D6 E1 24 5 0 54 C 3F 4C 33
Octal 326 341 44 5 0 124 14 77 114 63
Binary 11010110 11100001 100100 101 0 1010100 1100 111111 1001100 110011

Color Harmonies of #D6E124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E124

Black with #D6E124

Text Example


Text Example

White with #D6E124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E124; }

 p { color: rgb(214,225,36); }

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

background-color css

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

 a { background-color: rgb(214,225,36); }

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

border-color css

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

 span { border-color: rgb(214,225,36); }

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