Html Css Color HEX #D2E917 Pear

📋 copy color: '#D2E917'

red 210 ◦ green 233 ◦ blue 23

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

Shades of Pear #D2E917

Tints of Pear #D2E917

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50%

 BLUE value IS 23 (9.38% from 255) = 4.94%

R = 45.06%
G = 50%
B = 4.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#D2E917 (or 0xD2E917) is known color: Pear. HEX triplet: D2, E9 and 17. RGB value is (210,233,23). Sum of RGB (Red+Green+Blue) = 210+233+23=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 23 (9.38% from 255 or 4.94% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E917 is #2D16E8. Grayscale: #CBCBCB. Windows color (decimal): -2954985 or 1567186. OLE color: 1567186.

HSL color Cylindrical-coordinate representation of color #D2E917: hue angle of 66.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2E917 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 233 23 -
CMYK 0.10 0 0.90 0.09
HSL 66.57º 0.83% 0.5% -
HSV(B) 66.57º 0.9% 0.91% -
XYZ 55.87 72.04 11.77 -
YUV 202.18 26.88 133.58 -
System Red Green Blue C M Y K H S L
Decimal 210 233 23 0.10 0 0.90 0.09 66.57 0.83 0.5
Hex D2 E9 17 A 0 5A 9 43 53 32
Octal 322 351 27 12 0 132 11 103 123 62
Binary 11010010 11101001 10111 1010 0 1011010 1001 1000011 1010011 110010

Color Harmonies of #D2E917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E917

Black with #D2E917

Text Example


Text Example

White with #D2E917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E917; }

 p { color: rgb(210,233,23); }

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

background-color css

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

 a { background-color: rgb(210,233,23); }

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

border-color css

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

 span { border-color: rgb(210,233,23); }

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