#D2FD38

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

Shades of Pear #D2FD38

Tints of Pear #D2FD38

Color information

#D2FD38 (or 0xD2FD38) is unknown color: approx Pear. HEX triplet: D2, FD and 38. RGB value is (210,253,56). Sum of RGB (Red+Green+Blue) = 210+253+56=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 56 (22.27% from 255 or 10.79% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FD38 is #2D02C7. Grayscale: #DADADA. Windows color (decimal): -2949832 or 3734994. OLE color: 3734994.

HSL color Cylindrical-coordinate representation of color #D2FD38: hue angle of 73.1º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2FD38 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB21025356-
CMYK0.1700.780.01
HSL73.1º98.01%60.59%-
HSV(B)73.1º77.87%99.22%-
XYZ62.4284.2416.71-
YUV217.6836.75122.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 253 (99.22% from 255) = 48.75%
BLUE value IS 56 (22.27% from 255) = 10.79%
R=40.46%
G=48.75%
B=10.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal210253560.1700.780.0173.198.0160.59
HexD2FD381104E149623d
Octal32237570210116111114275
Binary11010010111111011110001000101001110110010011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FD38; }

 p { color: rgb(210,253,56); }

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

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

 a { background-color: rgb(210,253,56); }

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

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

 span { border-color: rgb(210,253,56); }

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