Html Css Color HEX #D2E520 Pear

📋 copy color: '#D2E520'

red 210 ◦ green 229 ◦ blue 32

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

Shades of Pear #D2E520

Tints of Pear #D2E520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.62%

 BLUE value IS 32 (12.89% from 255) = 6.79%

R = 44.59%
G = 48.62%
B = 6.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#D2E520 (or 0xD2E520) is known color: Pear. HEX triplet: D2, E5 and 20. RGB value is (210,229,32). Sum of RGB (Red+Green+Blue) = 210+229+32=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E520 is #2D1ADF. Grayscale: #C9C9C9. Windows color (decimal): -2956000 or 2155986. OLE color: 2155986.

HSL color Cylindrical-coordinate representation of color #D2E520: hue angle of 65.79º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2E520 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 229 32 -
CMYK 0.08 0 0.86 0.10
HSL 65.79º 0.79% 0.51% -
HSV(B) 65.79º 0.86% 0.9% -
XYZ 54.86 69.84 11.96 -
YUV 200.86 32.71 134.52 -
System Red Green Blue C M Y K H S L
Decimal 210 229 32 0.08 0 0.86 0.10 65.79 0.79 0.51
Hex D2 E5 20 8 0 56 A 42 4F 33
Octal 322 345 40 10 0 126 12 102 117 63
Binary 11010010 11100101 100000 1000 0 1010110 1010 1000010 1001111 110011

Color Harmonies of #D2E520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E520

Black with #D2E520

Text Example


Text Example

White with #D2E520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E520; }

 p { color: rgb(210,229,32); }

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

background-color css

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

 a { background-color: rgb(210,229,32); }

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

border-color css

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

 span { border-color: rgb(210,229,32); }

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