#D7F24B

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

Shades of Pear #D7F24B

Tints of Pear #D7F24B

Color information

#D7F24B (or 0xD7F24B) is unknown color: approx Pear. HEX triplet: D7, F2 and 4B. RGB value is (215,242,75). Sum of RGB (Red+Green+Blue) = 215+242+75=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F24B is #280DB4. Grayscale: #D7D7D7. Windows color (decimal): -2624949 or 4977367. OLE color: 4977367.

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

Color convert

RGB21524275-
CMYK0.1100.690.05
HSL69.7º86.53%62.16%-
HSV(B)69.7º69.01%94.9%-
XYZ61.0578.4618.58-
YUV214.8949.05128.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.41%
GREEN value IS 242 (94.92% from 255) = 45.49%
BLUE value IS 75 (29.69% from 255) = 14.10%
R=40.41%
G=45.49%
B=14.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215242750.1100.690.0569.786.5362.16
HexD7F24BB045546573e
Octal327362113130105510612776
Binary1101011111110010100101110110100010110110001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F24B; }

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

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

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

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

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

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

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

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