Html Css Color HEX #99C028 Yellow Green

📋 copy color: '#99C028'

red 153 ◦ green 192 ◦ blue 40

#99C028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #99C028

Tints of Yellow Green #99C028

RGB

 RED value IS 153 (60.16% from 255) = 39.74%

 GREEN value IS 192 (75.39% from 255) = 49.87%

 BLUE value IS 40 (16.02% from 255) = 10.39%

R = 39.74%
G = 49.87%
B = 10.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#99C028 (or 0x99C028) is known color: Yellow Green. HEX triplet: 99, C0 and 28. RGB value is (153,192,40). Sum of RGB (Red+Green+Blue) = 153+192+40=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #99C028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C028 is #663FD7. Grayscale: #A3A3A3. Windows color (decimal): -6701016 or 2670745. OLE color: 2670745.

HSL color Cylindrical-coordinate representation of color #99C028: hue angle of 75.39º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99C028 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 192 40 -
CMYK 0.20 0 0.79 0.25
HSL 75.39º 0.66% 0.45% -
HSV(B) 75.39º 0.79% 0.75% -
XYZ 32.37 44.62 8.91 -
YUV 163.01 58.58 120.86 -
System Red Green Blue C M Y K H S L
Decimal 153 192 40 0.20 0 0.79 0.25 75.39 0.66 0.45
Hex 99 C0 28 14 0 4F 19 4B 42 2D
Octal 231 300 50 24 0 117 31 113 102 55
Binary 10011001 11000000 101000 10100 0 1001111 11001 1001011 1000010 101101

Color Harmonies of #99C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C028

Black with #99C028

Text Example


Text Example

White with #99C028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99C028;
 }
 .AnyTagClassName
 {
   color: #99C028;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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