#d2f02d

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

Shades of Pear #D2F02D

Tints of Pear #D2F02D

Color information

#D2F02D (or 0xD2F02D) is unknown color: approx Pear. HEX triplet: D2, F0 and 2D. RGB value is (210,240,45). Sum of RGB (Red+Green+Blue) = 210+240+45=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F02D is #2D0FD2. Grayscale: #D1D1D1. Windows color (decimal): -2953171 or 3010770. OLE color: 3010770.

HSL color Cylindrical-coordinate representation of color #D2F02D: hue angle of 69.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2F02D is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB21024045-
CMYK0.1200.810.06
HSL69.23º86.67%55.88%-
HSV(B)69.23º81.25%94.12%-
XYZ58.2176.2114.12-
YUV208.835.56128.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 240 (94.14% from 255) = 48.48%
BLUE value IS 45 (17.97% from 255) = 9.09%
R=42.42%
G=48.48%
B=9.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal210240450.1200.810.0669.2386.6755.88
HexD2F02DC0516455738
Octal32236055140121610512770
Binary110100101111000010110111000101000111010001011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2f02d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2f02d; }

 p { color: rgb(210,240,45); }

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

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

 a { background-color: rgb(210,240,45); }

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

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

 span { border-color: rgb(210,240,45); }

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