#D5F238

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

Shades of Pear #D5F238

Tints of Pear #D5F238

Color information

#D5F238 (or 0xD5F238) is unknown color: approx Pear. HEX triplet: D5, F2 and 38. RGB value is (213,242,56). Sum of RGB (Red+Green+Blue) = 213+242+56=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 56 (22.27% from 255 or 10.96% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F238 is #2A0DC7. Grayscale: #D4D4D4. Windows color (decimal): -2756040 or 3732181. OLE color: 3732181.

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

Color convert

RGB21324256-
CMYK0.1200.770.05
HSL69.35º87.74%58.43%-
HSV(B)69.35º76.86%94.9%-
XYZ59.9177.9415.63-
YUV212.1239.89128.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 242 (94.92% from 255) = 47.36%
BLUE value IS 56 (22.27% from 255) = 10.96%
R=41.68%
G=47.36%
B=10.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal213242560.1200.770.0569.3587.7458.43
HexD5F238C04D545583a
Octal32536270140115510513072
Binary110101011111001011100011000100110110110001011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F238; }

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

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

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

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

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

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

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

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