Html Css Color HEX #99C708 Citrus

📋 copy color: '#99C708'

red 153 ◦ green 199 ◦ blue 8

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

Shades of Citrus #99C708

Tints of Citrus #99C708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.28%

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 42.5%
G = 55.28%
B = 2.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#99C708 (or 0x99C708) is known color: Citrus. HEX triplet: 99, C7 and 08. RGB value is (153,199,8). Sum of RGB (Red+Green+Blue) = 153+199+8=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 199 (78.12% from 255 or 55.28% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 199 - color contains mainly: green. Hex color #99C708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C708 is #6638F7. Grayscale: #A4A4A4. Windows color (decimal): -6699256 or 575385. OLE color: 575385.

HSL color Cylindrical-coordinate representation of color #99C708: hue angle of 74.45º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99C708 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 199 8 -
CMYK 0.23 0 0.96 0.22
HSL 74.45º 0.92% 0.41% -
HSV(B) 74.45º 0.96% 0.78% -
XYZ 33.6 47.64 7.65 -
YUV 163.47 40.26 120.53 -
System Red Green Blue C M Y K H S L
Decimal 153 199 8 0.23 0 0.96 0.22 74.45 0.92 0.41
Hex 99 C7 8 17 0 60 16 4A 5C 29
Octal 231 307 10 27 0 140 26 112 134 51
Binary 10011001 11000111 1000 10111 0 1100000 10110 1001010 1011100 101001

Color Harmonies of #99C708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C708

Black with #99C708

Text Example


Text Example

White with #99C708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,199,8); }

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

background-color css

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

 a { background-color: rgb(153,199,8); }

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

border-color css

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

 span { border-color: rgb(153,199,8); }

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