Html Css Color HEX #99CF06 Citrus

📋 copy color: '#99CF06'

red 153 ◦ green 207 ◦ blue 6

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

Shades of Citrus #99CF06

Tints of Citrus #99CF06

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.56%

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

R = 41.8%
G = 56.56%
B = 1.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#99CF06 (or 0x99CF06) is known color: Citrus. HEX triplet: 99, CF and 06. RGB value is (153,207,6). Sum of RGB (Red+Green+Blue) = 153+207+6=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CF06 is #6630F9. Grayscale: #A8A8A8. Windows color (decimal): -6697210 or 446361. OLE color: 446361.

HSL color Cylindrical-coordinate representation of color #99CF06: hue angle of 76.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99CF06 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 6 -
CMYK 0.26 0 0.97 0.19
HSL 76.12º 0.94% 0.42% -
HSV(B) 76.12º 0.97% 0.81% -
XYZ 35.48 51.41 8.23 -
YUV 167.94 36.61 117.34 -
System Red Green Blue C M Y K H S L
Decimal 153 207 6 0.26 0 0.97 0.19 76.12 0.94 0.42
Hex 99 CF 6 1A 0 61 13 4C 5E 2A
Octal 231 317 6 32 0 141 23 114 136 52
Binary 10011001 11001111 110 11010 0 1100001 10011 1001100 1011110 101010

Color Harmonies of #99CF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF06

Black with #99CF06

Text Example


Text Example

White with #99CF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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