Html Css Color HEX #96CE04 Citrus

📋 copy color: '#96CE04'

red 150 ◦ green 206 ◦ blue 4

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

Shades of Citrus #96CE04

Tints of Citrus #96CE04

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.22%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 41.67%
G = 57.22%
B = 1.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#96CE04 (or 0x96CE04) is known color: Citrus. HEX triplet: 96, CE and 04. RGB value is (150,206,4). Sum of RGB (Red+Green+Blue) = 150+206+4=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CE04 is #6931FB. Grayscale: #A6A6A6. Windows color (decimal): -6894076 or 315030. OLE color: 315030.

HSL color Cylindrical-coordinate representation of color #96CE04: hue angle of 76.63º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96CE04 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 4 -
CMYK 0.27 0 0.98 0.19
HSL 76.63º 0.96% 0.41% -
HSV(B) 76.63º 0.98% 0.81% -
XYZ 34.67 50.64 8.06 -
YUV 166.23 36.45 116.43 -
System Red Green Blue C M Y K H S L
Decimal 150 206 4 0.27 0 0.98 0.19 76.63 0.96 0.41
Hex 96 CE 4 1B 0 62 13 4D 60 29
Octal 226 316 4 33 0 142 23 115 140 51
Binary 10010110 11001110 100 11011 0 1100010 10011 1001101 1100000 101001

Color Harmonies of #96CE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE04

Black with #96CE04

Text Example


Text Example

White with #96CE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,206,4); }

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

background-color css

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

 a { background-color: rgb(150,206,4); }

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

border-color css

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

 span { border-color: rgb(150,206,4); }

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