Html Css Color HEX #D2E533 Pear

📋 copy color: '#D2E533'

red 210 ◦ green 229 ◦ blue 51

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

Shades of Pear #D2E533

Tints of Pear #D2E533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.41%

R = 42.86%
G = 46.73%
B = 10.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#D2E533 (or 0xD2E533) is known color: Pear. HEX triplet: D2, E5 and 33. RGB value is (210,229,51). Sum of RGB (Red+Green+Blue) = 210+229+51=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 51 (20.31% from 255 or 10.41% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E533 is #2D1ACC. Grayscale: #CBCBCB. Windows color (decimal): -2955981 or 3401170. OLE color: 3401170.

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

Color convert

RGB 210 229 51 -
CMYK 0.08 0 0.78 0.10
HSL 66.4º 0.77% 0.55% -
HSV(B) 66.4º 0.78% 0.9% -
XYZ 55.2 69.98 13.73 -
YUV 203.03 42.21 132.97 -
System Red Green Blue C M Y K H S L
Decimal 210 229 51 0.08 0 0.78 0.10 66.4 0.77 0.55
Hex D2 E5 33 8 0 4E A 42 4D 37
Octal 322 345 63 10 0 116 12 102 115 67
Binary 11010010 11100101 110011 1000 0 1001110 1010 1000010 1001101 110111

Color Harmonies of #D2E533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E533

Black with #D2E533

Text Example


Text Example

White with #D2E533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E533; }

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

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

background-color css

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

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

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

border-color css

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

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

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