#D7F133

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

Shades of Pear #D7F133

Tints of Pear #D7F133

Color information

#D7F133 (or 0xD7F133) is unknown color: approx Pear. HEX triplet: D7, F1 and 33. RGB value is (215,241,51). Sum of RGB (Red+Green+Blue) = 215+241+51=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F133 is #280ECC. Grayscale: #D4D4D4. Windows color (decimal): -2625229 or 3404247. OLE color: 3404247.

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

Color convert

RGB21524151-
CMYK0.1100.790.05
HSL68.21º87.16%57.25%-
HSV(B)68.21º78.84%94.51%-
XYZ60.0877.614.94-
YUV211.5737.39130.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 241 (94.53% from 255) = 47.53%
BLUE value IS 51 (20.31% from 255) = 10.06%
R=42.41%
G=47.53%
B=10.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215241510.1100.790.0568.2187.1657.25
HexD7F133B04F5445739
Octal32736163130117510412771
Binary110101111111000111001110110100111110110001001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F133; }

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

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

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

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

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

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

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

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