Html Css Color HEX #99CA03 Citrus

📋 copy color: '#99CA03'

red 153 ◦ green 202 ◦ blue 3

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

Shades of Citrus #99CA03

Tints of Citrus #99CA03

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.42%

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

R = 42.74%
G = 56.42%
B = 0.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#99CA03 (or 0x99CA03) is known color: Citrus. HEX triplet: 99, CA and 03. RGB value is (153,202,3). Sum of RGB (Red+Green+Blue) = 153+202+3=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CA03 is #6635FC. Grayscale: #A5A5A5. Windows color (decimal): -6698493 or 248473. OLE color: 248473.

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

Color convert

RGB 153 202 3 -
CMYK 0.24 0 0.99 0.21
HSL 74.77º 0.97% 0.4% -
HSV(B) 74.77º 0.99% 0.79% -
XYZ 34.27 49.02 7.74 -
YUV 164.66 36.77 119.68 -
System Red Green Blue C M Y K H S L
Decimal 153 202 3 0.24 0 0.99 0.21 74.77 0.97 0.4
Hex 99 CA 3 18 0 63 15 4B 61 28
Octal 231 312 3 30 0 143 25 113 141 50
Binary 10011001 11001010 11 11000 0 1100011 10101 1001011 1100001 101000

Color Harmonies of #99CA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CA03

Black with #99CA03

Text Example


Text Example

White with #99CA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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