#d2ed26

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

Shades of Pear #D2ED26

Tints of Pear #D2ED26

Color information

#D2ED26 (or 0xD2ED26) is unknown color: approx Pear. HEX triplet: D2, ED and 26. RGB value is (210,237,38). Sum of RGB (Red+Green+Blue) = 210+237+38=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 38 (15.23% from 255 or 7.84% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2ED26 is #2D12D9. Grayscale: #CFCFCF. Windows color (decimal): -2953946 or 2551250. OLE color: 2551250.

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

Color convert

RGB21023738-
CMYK0.1100.840.07
HSL68.14º84.68%53.92%-
HSV(B)68.14º83.97%92.94%-
XYZ57.2174.4113.18-
YUV206.2433.05130.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 237 (92.97% from 255) = 48.87%
BLUE value IS 38 (15.23% from 255) = 7.84%
R=43.30%
G=48.87%
B=7.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal210237380.1100.840.0768.1484.6853.92
HexD2ED26B0547445536
Octal32235546130124710412566
Binary110100101110110110011010110101010011110001001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2ed26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2ed26; }

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

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

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

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

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

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

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

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