#D6F241

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

Shades of Pear #D6F241

Tints of Pear #D6F241

Color information

#D6F241 (or 0xD6F241) is unknown color: approx Pear. HEX triplet: D6, F2 and 41. RGB value is (214,242,65). Sum of RGB (Red+Green+Blue) = 214+242+65=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F241 is #290DBE. Grayscale: #D6D6D6. Windows color (decimal): -2690495 or 4322006. OLE color: 4322006.

HSL color Cylindrical-coordinate representation of color #D6F241: hue angle of 69.49º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6F241 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB21424265-
CMYK0.1200.730.05
HSL69.49º87.19%60.2%-
HSV(B)69.49º73.14%94.9%-
XYZ60.4478.1816.91-
YUV213.4544.22128.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 242 (94.92% from 255) = 46.45%
BLUE value IS 65 (25.78% from 255) = 12.48%
R=41.07%
G=46.45%
B=12.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214242650.1200.730.0569.4987.1960.2
HexD6F241C049545573c
Octal326362101140111510512774
Binary1101011011110010100000111000100100110110001011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F241; }

 p { color: rgb(214,242,65); }

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

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

 a { background-color: rgb(214,242,65); }

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

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

 span { border-color: rgb(214,242,65); }

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