#d2f14c

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

Shades of Pear #D2F14C

Tints of Pear #D2F14C

Color information

#D2F14C (or 0xD2F14C) is unknown color: approx Pear. HEX triplet: D2, F1 and 4C. RGB value is (210,241,76). Sum of RGB (Red+Green+Blue) = 210+241+76=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F14C is #2D0EB3. Grayscale: #D5D5D5. Windows color (decimal): -2952884 or 5042642. OLE color: 5042642.

HSL color Cylindrical-coordinate representation of color #D2F14C: hue angle of 71.27º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2F14C is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB21024176-
CMYK0.1300.680.05
HSL71.27º85.49%62.16%-
HSV(B)71.27º68.46%94.51%-
XYZ59.3477.1318.6-
YUV212.9250.73125.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 241 (94.53% from 255) = 45.73%
BLUE value IS 76 (30.08% from 255) = 14.42%
R=39.85%
G=45.73%
B=14.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210241760.1300.680.0571.2785.4962.16
HexD2F14CD044547553e
Octal322361114150104510712576
Binary1101001011110001100110011010100010010110001111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2f14c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2f14c; }

 p { color: rgb(210,241,76); }

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

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

 a { background-color: rgb(210,241,76); }

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

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

 span { border-color: rgb(210,241,76); }

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