#D5F330

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

Shades of Pear #D5F330

Tints of Pear #D5F330

Color information

#D5F330 (or 0xD5F330) is unknown color: approx Pear. HEX triplet: D5, F3 and 30. RGB value is (213,243,48). Sum of RGB (Red+Green+Blue) = 213+243+48=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F330 is #2A0CCF. Grayscale: #D4D4D4. Windows color (decimal): -2755792 or 3208149. OLE color: 3208149.

HSL color Cylindrical-coordinate representation of color #D5F330: hue angle of 69.23º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5F330 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB21324348-
CMYK0.1200.800.05
HSL69.23º89.04%57.06%-
HSV(B)69.23º80.25%95.29%-
XYZ60.0278.4614.78-
YUV211.835.56128.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 243 (95.31% from 255) = 48.21%
BLUE value IS 48 (19.14% from 255) = 9.52%
R=42.26%
G=48.21%
B=9.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal213243480.1200.800.0569.2389.0457.06
HexD5F330C0505455939
Octal32536360140120510513171
Binary110101011111001111000011000101000010110001011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F330; }

 p { color: rgb(213,243,48); }

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

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

 a { background-color: rgb(213,243,48); }

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

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

 span { border-color: rgb(213,243,48); }

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