Html Css Color HEX #D2E21C Pear

📋 copy color: '#D2E21C'

red 210 ◦ green 226 ◦ blue 28

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

Shades of Pear #D2E21C

Tints of Pear #D2E21C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.71%

 BLUE value IS 28 (11.33% from 255) = 6.03%

R = 45.26%
G = 48.71%
B = 6.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#D2E21C (or 0xD2E21C) is known color: Pear. HEX triplet: D2, E2 and 1C. RGB value is (210,226,28). Sum of RGB (Red+Green+Blue) = 210+226+28=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E21C is #2D1DE3. Grayscale: #C7C7C7. Windows color (decimal): -2956772 or 1893074. OLE color: 1893074.

HSL color Cylindrical-coordinate representation of color #D2E21C: hue angle of 64.85º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2E21C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 226 28 -
CMYK 0.07 0 0.88 0.11
HSL 64.85º 0.78% 0.5% -
HSV(B) 64.85º 0.88% 0.89% -
XYZ 53.98 68.18 11.41 -
YUV 198.64 31.7 136.1 -
System Red Green Blue C M Y K H S L
Decimal 210 226 28 0.07 0 0.88 0.11 64.85 0.78 0.5
Hex D2 E2 1C 7 0 58 B 41 4E 32
Octal 322 342 34 7 0 130 13 101 116 62
Binary 11010010 11100010 11100 111 0 1011000 1011 1000001 1001110 110010

Color Harmonies of #D2E21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E21C

Black with #D2E21C

Text Example


Text Example

White with #D2E21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E21C; }

 p { color: rgb(210,226,28); }

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

background-color css

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

 a { background-color: rgb(210,226,28); }

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

border-color css

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

 span { border-color: rgb(210,226,28); }

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