#D2ED24

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

Shades of Pear #D2ED24

Tints of Pear #D2ED24

Color information

#D2ED24 (or 0xD2ED24) is unknown color: approx Pear. HEX triplet: D2, ED and 24. RGB value is (210,237,36). Sum of RGB (Red+Green+Blue) = 210+237+36=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2ED24 is #2D12DB. Grayscale: #CECECE. Windows color (decimal): -2953948 or 2420178. OLE color: 2420178.

HSL color Cylindrical-coordinate representation of color #D2ED24: hue angle of 68.06º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2ED24 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB21023736-
CMYK0.1100.850.07
HSL68.06º84.81%53.53%-
HSV(B)68.06º84.81%92.94%-
XYZ57.1874.413.02-
YUV206.0132.05130.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 237 (92.97% from 255) = 49.07%
BLUE value IS 36 (14.45% from 255) = 7.45%
R=43.48%
G=49.07%
B=7.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal210237360.1100.850.0768.0684.8153.53
HexD2ED24B0557445536
Octal32235544130125710412566
Binary110100101110110110010010110101010111110001001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ED24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ED24; }

 p { color: rgb(210,237,36); }

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

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

 a { background-color: rgb(210,237,36); }

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

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

 span { border-color: rgb(210,237,36); }

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