#D8F133

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

Shades of Pear #D8F133

Tints of Pear #D8F133

Color information

#D8F133 (or 0xD8F133) is unknown color: approx Pear. HEX triplet: D8, F1 and 33. RGB value is (216,241,51). Sum of RGB (Red+Green+Blue) = 216+241+51=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 51 (20.31% from 255 or 10.04% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F133 is #270ECC. Grayscale: #D4D4D4. Windows color (decimal): -2559693 or 3404248. OLE color: 3404248.

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

Color convert

RGB21624151-
CMYK0.1000.790.05
HSL67.89º87.16%57.25%-
HSV(B)67.89º78.84%94.51%-
XYZ60.3777.7514.96-
YUV211.8637.22130.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 241 (94.53% from 255) = 47.44%
BLUE value IS 51 (20.31% from 255) = 10.04%
R=42.52%
G=47.44%
B=10.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal216241510.1000.790.0567.8987.1657.25
HexD8F133A04F5445739
Octal33036163120117510412771
Binary110110001111000111001110100100111110110001001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F133; }

 p { color: rgb(216,241,51); }

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

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

 a { background-color: rgb(216,241,51); }

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

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

 span { border-color: rgb(216,241,51); }

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