Html Css Color HEX #99CC34 Yellow Green

📋 copy color: '#99CC34'

red 153 ◦ green 204 ◦ blue 52

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

Shades of Yellow Green #99CC34

Tints of Yellow Green #99CC34

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.88%

 BLUE value IS 52 (20.7% from 255) = 12.71%

R = 37.41%
G = 49.88%
B = 12.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#99CC34 (or 0x99CC34) is known color: Yellow Green. HEX triplet: 99, CC and 34. RGB value is (153,204,52). Sum of RGB (Red+Green+Blue) = 153+204+52=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CC34 is #6633CB. Grayscale: #ABABAB. Windows color (decimal): -6697932 or 3460249. OLE color: 3460249.

HSL color Cylindrical-coordinate representation of color #99CC34: hue angle of 80.13º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99CC34 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 204 52 -
CMYK 0.25 0 0.75 0.2
HSL 80.13º 0.6% 0.5% -
HSV(B) 80.13º 0.75% 0.8% -
XYZ 35.35 50.21 11.08 -
YUV 171.42 60.6 114.86 -
System Red Green Blue C M Y K H S L
Decimal 153 204 52 0.25 0 0.75 0.2 80.13 0.6 0.5
Hex 99 CC 34 19 0 4B 14 50 3C 32
Octal 231 314 64 31 0 113 24 120 74 62
Binary 10011001 11001100 110100 11001 0 1001011 10100 1010000 111100 110010

Color Harmonies of #99CC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CC34

Black with #99CC34

Text Example


Text Example

White with #99CC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,204,52); }

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

background-color css

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

 a { background-color: rgb(153,204,52); }

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

border-color css

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

 span { border-color: rgb(153,204,52); }

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