Html Css Color HEX #99CF03 Citrus

📋 copy color: '#99CF03'

red 153 ◦ green 207 ◦ blue 3

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

Shades of Citrus #99CF03

Tints of Citrus #99CF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 42.15%
G = 57.02%
B = 0.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#99CF03 (or 0x99CF03) is known color: Citrus. HEX triplet: 99, CF and 03. RGB value is (153,207,3). Sum of RGB (Red+Green+Blue) = 153+207+3=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CF03 is #6630FC. Grayscale: #A8A8A8. Windows color (decimal): -6697213 or 249753. OLE color: 249753.

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

Color convert

RGB 153 207 3 -
CMYK 0.26 0 0.99 0.19
HSL 75.88º 0.97% 0.41% -
HSV(B) 75.88º 0.99% 0.81% -
XYZ 35.47 51.4 8.14 -
YUV 167.6 35.11 117.59 -
System Red Green Blue C M Y K H S L
Decimal 153 207 3 0.26 0 0.99 0.19 75.88 0.97 0.41
Hex 99 CF 3 1A 0 63 13 4C 61 29
Octal 231 317 3 32 0 143 23 114 141 51
Binary 10011001 11001111 11 11010 0 1100011 10011 1001100 1100001 101001

Color Harmonies of #99CF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF03

Black with #99CF03

Text Example


Text Example

White with #99CF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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