Html Css Color HEX #99C706 Citrus

📋 copy color: '#99C706'

red 153 ◦ green 199 ◦ blue 6

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

Shades of Citrus #99C706

Tints of Citrus #99C706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 42.74%
G = 55.59%
B = 1.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#99C706 (or 0x99C706) is known color: Citrus. HEX triplet: 99, C7 and 06. RGB value is (153,199,6). Sum of RGB (Red+Green+Blue) = 153+199+6=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #99C706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C706 is #6638F9. Grayscale: #A3A3A3. Windows color (decimal): -6699258 or 444313. OLE color: 444313.

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

Color convert

RGB 153 199 6 -
CMYK 0.23 0 0.97 0.22
HSL 74.3º 0.94% 0.4% -
HSV(B) 74.3º 0.97% 0.78% -
XYZ 33.59 47.63 7.6 -
YUV 163.24 39.26 120.69 -
System Red Green Blue C M Y K H S L
Decimal 153 199 6 0.23 0 0.97 0.22 74.3 0.94 0.4
Hex 99 C7 6 17 0 61 16 4A 5E 28
Octal 231 307 6 27 0 141 26 112 136 50
Binary 10011001 11000111 110 10111 0 1100001 10110 1001010 1011110 101000

Color Harmonies of #99C706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C706

Black with #99C706

Text Example


Text Example

White with #99C706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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