#D2E833

Color #D2E833 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D2E833

Tints of Pear #D2E833

Color information

#D2E833 (or 0xD2E833) is unknown color: approx Pear. HEX triplet: D2, E8 and 33. RGB value is (210,232,51). Sum of RGB (Red+Green+Blue) = 210+232+51=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E833 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E833 is #2D17CC. Grayscale: #CDCDCD. Windows color (decimal): -2955213 or 3401938. OLE color: 3401938.

HSL color Cylindrical-coordinate representation of color #D2E833: hue angle of 67.29º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2E833 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB21023251-
CMYK0.0900.780.09
HSL67.29º79.74%55.49%-
HSV(B)67.29º78.02%90.98%-
XYZ56.0371.6514.01-
YUV204.7941.21131.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 232 (91.02% from 255) = 47.06%
BLUE value IS 51 (20.31% from 255) = 10.34%
R=42.60%
G=47.06%
B=10.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210232510.0900.780.0967.2979.7455.49
HexD2E833904E9435037
Octal322350631101161110312067
Binary1101001011101000110011100101001110100110000111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E833; }

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

 H1.HeaderClassName
 {
   color: #D2E833;
 }
 .AnyTagClassName
 {
   color: #D2E833;
 }
</style>
background-color css

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

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

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

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

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

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