Html Css Color HEX #96CB03 Citrus

📋 copy color: '#96CB03'

red 150 ◦ green 203 ◦ blue 3

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

Shades of Citrus #96CB03

Tints of Citrus #96CB03

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.02%

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

R = 42.13%
G = 57.02%
B = 0.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#96CB03 (or 0x96CB03) is known color: Citrus. HEX triplet: 96, CB and 03. RGB value is (150,203,3). Sum of RGB (Red+Green+Blue) = 150+203+3=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CB03 is #6934FC. Grayscale: #A5A5A5. Windows color (decimal): -6894845 or 248726. OLE color: 248726.

HSL color Cylindrical-coordinate representation of color #96CB03: hue angle of 75.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96CB03 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 3 -
CMYK 0.26 0 0.99 0.20
HSL 75.9º 0.97% 0.4% -
HSV(B) 75.9º 0.99% 0.8% -
XYZ 33.95 49.2 7.79 -
YUV 164.35 36.94 117.76 -
System Red Green Blue C M Y K H S L
Decimal 150 203 3 0.26 0 0.99 0.20 75.9 0.97 0.4
Hex 96 CB 3 1A 0 63 14 4C 61 28
Octal 226 313 3 32 0 143 24 114 141 50
Binary 10010110 11001011 11 11010 0 1100011 10100 1001100 1100001 101000

Color Harmonies of #96CB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB03

Black with #96CB03

Text Example


Text Example

White with #96CB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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