#D0F435

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

Shades of Pear #D0F435

Tints of Pear #D0F435

Color information

#D0F435 (or 0xD0F435) is unknown color: approx Pear. HEX triplet: D0, F4 and 35. RGB value is (208,244,53). Sum of RGB (Red+Green+Blue) = 208+244+53=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F435 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F435 is #2F0BCA. Grayscale: #D4D4D4. Windows color (decimal): -3083211 or 3536080. OLE color: 3536080.

HSL color Cylindrical-coordinate representation of color #D0F435: hue angle of 71.31º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0F435 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB20824453-
CMYK0.1500.780.04
HSL71.31º89.67%58.24%-
HSV(B)71.31º78.28%95.69%-
XYZ59.0178.3715.38-
YUV211.4638.57125.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 244 (95.70% from 255) = 48.32%
BLUE value IS 53 (21.09% from 255) = 10.50%
R=41.19%
G=48.32%
B=10.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal208244530.1500.780.0471.3189.6758.24
HexD0F435F04E4475a3a
Octal32036465170116410713272
Binary110100001111010011010111110100111010010001111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F435; }

 p { color: rgb(208,244,53); }

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

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

 a { background-color: rgb(208,244,53); }

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

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

 span { border-color: rgb(208,244,53); }

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