#D0FA27

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

Shades of Pear #D0FA27

Tints of Pear #D0FA27

Color information

#D0FA27 (or 0xD0FA27) is unknown color: approx Pear. HEX triplet: D0, FA and 27. RGB value is (208,250,39). Sum of RGB (Red+Green+Blue) = 208+250+39=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 39 (15.62% from 255 or 7.85% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA27 is #2F05D8. Grayscale: #D6D6D6. Windows color (decimal): -3081689 or 2620112. OLE color: 2620112.

HSL color Cylindrical-coordinate representation of color #D0FA27: hue angle of 71.94º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0FA27 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB20825039-
CMYK0.1700.840.02
HSL71.94º95.48%56.67%-
HSV(B)71.94º84.4%98.04%-
XYZ60.5681.9314.54-
YUV213.3929.59124.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 250 (98.05% from 255) = 50.30%
BLUE value IS 39 (15.62% from 255) = 7.85%
R=41.85%
G=50.30%
B=7.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal208250390.1700.840.0271.9495.4856.67
HexD0FA27110542485f39
Octal32037247210124211013771
Binary110100001111101010011110001010101001010010001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FA27; }

 p { color: rgb(208,250,39); }

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

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

 a { background-color: rgb(208,250,39); }

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

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

 span { border-color: rgb(208,250,39); }

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