#D7F241

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

Shades of Pear #D7F241

Tints of Pear #D7F241

Color information

#D7F241 (or 0xD7F241) is unknown color: approx Pear. HEX triplet: D7, F2 and 41. RGB value is (215,242,65). Sum of RGB (Red+Green+Blue) = 215+242+65=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F241 is #280DBE. Grayscale: #D6D6D6. Windows color (decimal): -2624959 or 4322007. OLE color: 4322007.

HSL color Cylindrical-coordinate representation of color #D7F241: hue angle of 69.15º 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 #D7F241 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB21524265-
CMYK0.1100.730.05
HSL69.15º87.19%60.2%-
HSV(B)69.15º73.14%94.9%-
XYZ60.7378.3316.92-
YUV213.7544.05128.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 242 (94.92% from 255) = 46.36%
BLUE value IS 65 (25.78% from 255) = 12.45%
R=41.19%
G=46.36%
B=12.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215242650.1100.730.0569.1587.1960.2
HexD7F241B049545573c
Octal327362101130111510512774
Binary1101011111110010100000110110100100110110001011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F241; }

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

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

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

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

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

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

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

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