#D5F24B

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

Shades of Pear #D5F24B

Tints of Pear #D5F24B

Color information

#D5F24B (or 0xD5F24B) is unknown color: approx Pear. HEX triplet: D5, F2 and 4B. RGB value is (213,242,75). Sum of RGB (Red+Green+Blue) = 213+242+75=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F24B is #2A0DB4. Grayscale: #D6D6D6. Windows color (decimal): -2756021 or 4977365. OLE color: 4977365.

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

Color convert

RGB21324275-
CMYK0.1200.690.05
HSL70.42º86.53%62.16%-
HSV(B)70.42º69.01%94.9%-
XYZ60.4678.1618.56-
YUV214.2949.39127.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 242 (94.92% from 255) = 45.66%
BLUE value IS 75 (29.69% from 255) = 14.15%
R=40.19%
G=45.66%
B=14.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal213242750.1200.690.0570.4286.5362.16
HexD5F24BC045546573e
Octal325362113140105510612776
Binary1101010111110010100101111000100010110110001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F24B; }

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

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

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

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

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

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

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

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