#D5F93A

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

Shades of Pear #D5F93A

Tints of Pear #D5F93A

Color information

#D5F93A (or 0xD5F93A) is unknown color: approx Pear. HEX triplet: D5, F9 and 3A. RGB value is (213,249,58). Sum of RGB (Red+Green+Blue) = 213+249+58=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F93A is #2A06C5. Grayscale: #D9D9D9. Windows color (decimal): -2754246 or 3865045. OLE color: 3865045.

HSL color Cylindrical-coordinate representation of color #D5F93A: hue angle of 71.31º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5F93A is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB21324958-
CMYK0.1400.770.02
HSL71.31º94.09%60.2%-
HSV(B)71.31º76.71%97.65%-
XYZ62.0882.216.6-
YUV216.4638.57125.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 249 (97.66% from 255) = 47.88%
BLUE value IS 58 (23.05% from 255) = 11.15%
R=40.96%
G=47.88%
B=11.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213249580.1400.770.0271.3194.0960.2
HexD5F93AE04D2475e3c
Octal32537172160115210713674
Binary11010101111110011110101110010011011010001111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F93A; }

 p { color: rgb(213,249,58); }

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

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

 a { background-color: rgb(213,249,58); }

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

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

 span { border-color: rgb(213,249,58); }

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