#d7f22f

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

Shades of Pear #D7F22F

Tints of Pear #D7F22F

Color information

#D7F22F (or 0xD7F22F) is unknown color: approx Pear. HEX triplet: D7, F2 and 2F. RGB value is (215,242,47). Sum of RGB (Red+Green+Blue) = 215+242+47=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F22F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F22F is #280DD0. Grayscale: #D4D4D4. Windows color (decimal): -2624977 or 3142359. OLE color: 3142359.

HSL color Cylindrical-coordinate representation of color #D7F22F: hue angle of 68.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7F22F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB21524247-
CMYK0.1100.810.05
HSL68.31º88.24%56.67%-
HSV(B)68.31º80.58%94.9%-
XYZ60.2978.1614.6-
YUV211.735.05130.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 242 (94.92% from 255) = 48.02%
BLUE value IS 47 (18.75% from 255) = 9.33%
R=42.66%
G=48.02%
B=9.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215242470.1100.810.0568.3188.2456.67
HexD7F22FB0515445839
Octal32736257130121510413071
Binary110101111111001010111110110101000110110001001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7f22f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7f22f; }

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

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

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

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

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

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

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

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