Html Css Color HEX #96C903 Citrus

📋 copy color: '#96C903'

red 150 ◦ green 201 ◦ blue 3

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

Shades of Citrus #96C903

Tints of Citrus #96C903

RGB

 RED value IS 150 (58.98% from 255) = 42.37%

 GREEN value IS 201 (78.91% from 255) = 56.78%

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

R = 42.37%
G = 56.78%
B = 0.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#96C903 (or 0x96C903) is known color: Citrus. HEX triplet: 96, C9 and 03. RGB value is (150,201,3). Sum of RGB (Red+Green+Blue) = 150+201+3=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #96C903 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C903 is #6936FC. Grayscale: #A3A3A3. Windows color (decimal): -6895357 or 248214. OLE color: 248214.

HSL color Cylindrical-coordinate representation of color #96C903: hue angle of 75.45º 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 #96C903 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 201 3 -
CMYK 0.25 0 0.99 0.21
HSL 75.45º 0.97% 0.4% -
HSV(B) 75.45º 0.99% 0.79% -
XYZ 33.48 48.26 7.64 -
YUV 163.18 37.6 118.6 -
System Red Green Blue C M Y K H S L
Decimal 150 201 3 0.25 0 0.99 0.21 75.45 0.97 0.4
Hex 96 C9 3 19 0 63 15 4B 61 28
Octal 226 311 3 31 0 143 25 113 141 50
Binary 10010110 11001001 11 11001 0 1100011 10101 1001011 1100001 101000

Color Harmonies of #96C903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C903

Black with #96C903

Text Example


Text Example

White with #96C903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C903; }

 p { color: rgb(150,201,3); }

 H1.HeaderClassName
 {
   color: #96C903;
 }
 .AnyTagClassName
 {
   color: #96C903;
 }
</style>

background-color css

<style>
 a { background-color: #96C903; }

 a { background-color: rgb(150,201,3); }

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

border-color css

<style>
 span { border-color: #96C903; }

 span { border-color: rgb(150,201,3); }

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