Html Css Color HEX #99C208 Citrus

📋 copy color: '#99C208'

red 153 ◦ green 194 ◦ blue 8

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

Shades of Citrus #99C208

Tints of Citrus #99C208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.65%

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

R = 43.1%
G = 54.65%
B = 2.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#99C208 (or 0x99C208) is known color: Citrus. HEX triplet: 99, C2 and 08. RGB value is (153,194,8). Sum of RGB (Red+Green+Blue) = 153+194+8=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #99C208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C208 is #663DF7. Grayscale: #A1A1A1. Windows color (decimal): -6700536 or 574105. OLE color: 574105.

HSL color Cylindrical-coordinate representation of color #99C208: hue angle of 73.23º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99C208 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 194 8 -
CMYK 0.21 0 0.96 0.24
HSL 73.23º 0.92% 0.4% -
HSV(B) 73.23º 0.96% 0.76% -
XYZ 32.47 45.37 7.28 -
YUV 160.54 41.92 122.62 -
System Red Green Blue C M Y K H S L
Decimal 153 194 8 0.21 0 0.96 0.24 73.23 0.92 0.4
Hex 99 C2 8 15 0 60 18 49 5C 28
Octal 231 302 10 25 0 140 30 111 134 50
Binary 10011001 11000010 1000 10101 0 1100000 11000 1001001 1011100 101000

Color Harmonies of #99C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C208

Black with #99C208

Text Example


Text Example

White with #99C208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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