#D5F434

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

Shades of Pear #D5F434

Tints of Pear #D5F434

Color information

#D5F434 (or 0xD5F434) is unknown color: approx Pear. HEX triplet: D5, F4 and 34. RGB value is (213,244,52). Sum of RGB (Red+Green+Blue) = 213+244+52=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 52 (20.70% from 255 or 10.22% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F434 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F434 is #2A0BCB. Grayscale: #D5D5D5. Windows color (decimal): -2755532 or 3470549. OLE color: 3470549.

HSL color Cylindrical-coordinate representation of color #D5F434: hue angle of 69.69º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5F434 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB21324452-
CMYK0.1300.790.04
HSL69.69º89.72%58.04%-
HSV(B)69.69º78.69%95.69%-
XYZ60.4179.115.33-
YUV212.8437.23128.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 244 (95.70% from 255) = 47.94%
BLUE value IS 52 (20.70% from 255) = 10.22%
R=41.85%
G=47.94%
B=10.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213244520.1300.790.0469.6989.7258.04
HexD5F434D04F4465a3a
Octal32536464150117410613272
Binary110101011111010011010011010100111110010001101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F434; }

 p { color: rgb(213,244,52); }

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

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

 a { background-color: rgb(213,244,52); }

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

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

 span { border-color: rgb(213,244,52); }

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