#99CA28

Color #99CA28 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #99CA28

Tints of Yellow Green #99CA28

Color information

#99CA28 (or 0x99CA28) is unknown color: approx Yellow Green. HEX triplet: 99, CA and 28. RGB value is (153,202,40). Sum of RGB (Red+Green+Blue) = 153+202+40=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CA28 is #6635D7. Grayscale: #A9A9A9. Windows color (decimal): -6698456 or 2673305. OLE color: 2673305.

HSL color Cylindrical-coordinate representation of color #99CA28: hue angle of 78.15º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99CA28 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB15320240-
CMYK0.2400.800.21
HSL78.15º66.94%47.45%-
HSV(B)78.15º80.2%79.22%-
XYZ34.6449.179.67-
YUV168.8855.27116.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 202 (79.30% from 255) = 51.14%
BLUE value IS 40 (16.02% from 255) = 10.13%
R=38.73%
G=51.14%
B=10.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153202400.2400.800.2178.1566.9447.45
Hex99CA2818050154e432f
Octal231312503001202511610357
Binary100110011100101010100011000010100001010110011101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CA28; }

 p { color: rgb(153,202,40); }

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

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

 a { background-color: rgb(153,202,40); }

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

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

 span { border-color: rgb(153,202,40); }

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