Html Css Color HEX #D2E142 Pear

📋 copy color: '#D2E142'

red 210 ◦ green 225 ◦ blue 66

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

Shades of Pear #D2E142

Tints of Pear #D2E142

RGB

 RED value IS 210 (82.42% from 255) = 41.92%

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

 BLUE value IS 66 (26.17% from 255) = 13.17%

R = 41.92%
G = 44.91%
B = 13.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#D2E142 (or 0xD2E142) is known color: Pear. HEX triplet: D2, E1 and 42. RGB value is (210,225,66). Sum of RGB (Red+Green+Blue) = 210+225+66=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E142 is #2D1EBD. Grayscale: #CBCBCB. Windows color (decimal): -2956990 or 4383186. OLE color: 4383186.

HSL color Cylindrical-coordinate representation of color #D2E142: hue angle of 65.66º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2E142 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 66 -
CMYK 0.07 0 0.71 0.12
HSL 65.66º 0.73% 0.57% -
HSV(B) 65.66º 0.71% 0.88% -
XYZ 54.49 67.95 15.4 -
YUV 202.39 51.03 133.43 -
System Red Green Blue C M Y K H S L
Decimal 210 225 66 0.07 0 0.71 0.12 65.66 0.73 0.57
Hex D2 E1 42 7 0 47 C 42 49 39
Octal 322 341 102 7 0 107 14 102 111 71
Binary 11010010 11100001 1000010 111 0 1000111 1100 1000010 1001001 111001

Color Harmonies of #D2E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E142

Black with #D2E142

Text Example


Text Example

White with #D2E142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E142; }

 p { color: rgb(210,225,66); }

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

background-color css

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

 a { background-color: rgb(210,225,66); }

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

border-color css

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

 span { border-color: rgb(210,225,66); }

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