#D2FE27

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

Shades of Pear #D2FE27

Tints of Pear #D2FE27

Color information

#D2FE27 (or 0xD2FE27) is unknown color: approx Pear. HEX triplet: D2, FE and 27. RGB value is (210,254,39). Sum of RGB (Red+Green+Blue) = 210+254+39=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 39 (15.62% from 255 or 7.75% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FE27 is #2D01D8. Grayscale: #D9D9D9. Windows color (decimal): -2949593 or 2621138. OLE color: 2621138.

HSL color Cylindrical-coordinate representation of color #D2FE27: hue angle of 72.28º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2FE27 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB21025439-
CMYK0.1700.850.00
HSL72.28º99.08%57.45%-
HSV(B)72.28º84.65%99.61%-
XYZ62.3984.7314.99-
YUV216.3327.92123.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 254 (99.61% from 255) = 50.50%
BLUE value IS 39 (15.62% from 255) = 7.75%
R=41.75%
G=50.50%
B=7.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal210254390.1700.850.0072.2899.0857.45
HexD2FE27110550486339
Octal32237647210125011014371
Binary11010010111111101001111000101010101010010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FE27; }

 p { color: rgb(210,254,39); }

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

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

 a { background-color: rgb(210,254,39); }

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

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

 span { border-color: rgb(210,254,39); }

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