#D2F641

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

Shades of Pear #D2F641

Tints of Pear #D2F641

Color information

#D2F641 (or 0xD2F641) is unknown color: approx Pear. HEX triplet: D2, F6 and 41. RGB value is (210,246,65). Sum of RGB (Red+Green+Blue) = 210+246+65=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F641 is #2D09BE. Grayscale: #D7D7D7. Windows color (decimal): -2951615 or 4323026. OLE color: 4323026.

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

Color convert

RGB21024665-
CMYK0.1500.740.04
HSL71.93º90.95%60.98%-
HSV(B)71.93º73.58%96.47%-
XYZ60.4979.9917.25-
YUV214.643.57124.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 246 (96.48% from 255) = 47.22%
BLUE value IS 65 (25.78% from 255) = 12.48%
R=40.31%
G=47.22%
B=12.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal210246650.1500.740.0471.9390.9560.98
HexD2F641F04A4485b3d
Octal322366101170112411013375
Binary1101001011110110100000111110100101010010010001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F641; }

 p { color: rgb(210,246,65); }

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

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

 a { background-color: rgb(210,246,65); }

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

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

 span { border-color: rgb(210,246,65); }

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