Html Css Color HEX #94CC03 Citrus

📋 copy color: '#94CC03'

red 148 ◦ green 204 ◦ blue 3

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

Shades of Citrus #94CC03

Tints of Citrus #94CC03

RGB

 RED value IS 148 (58.2% from 255) = 41.69%

 GREEN value IS 204 (80.08% from 255) = 57.46%

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

R = 41.69%
G = 57.46%
B = 0.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#94CC03 (or 0x94CC03) is known color: Citrus. HEX triplet: 94, CC and 03. RGB value is (148,204,3). Sum of RGB (Red+Green+Blue) = 148+204+3=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CC03 is #6B33FC. Grayscale: #A5A5A5. Windows color (decimal): -7025661 or 248980. OLE color: 248980.

HSL color Cylindrical-coordinate representation of color #94CC03: hue angle of 76.72º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94CC03 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 3 -
CMYK 0.27 0 0.99 0.2
HSL 76.72º 0.97% 0.41% -
HSV(B) 76.72º 0.99% 0.8% -
XYZ 33.82 49.49 7.86 -
YUV 164.34 36.95 116.34 -
System Red Green Blue C M Y K H S L
Decimal 148 204 3 0.27 0 0.99 0.2 76.72 0.97 0.41
Hex 94 CC 3 1B 0 63 14 4D 61 29
Octal 224 314 3 33 0 143 24 115 141 51
Binary 10010100 11001100 11 11011 0 1100011 10100 1001101 1100001 101001

Color Harmonies of #94CC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC03

Black with #94CC03

Text Example


Text Example

White with #94CC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94CC03; }

 p { color: rgb(148,204,3); }

 H1.HeaderClassName
 {
   color: #94CC03;
 }
 .AnyTagClassName
 {
   color: #94CC03;
 }
</style>

background-color css

<style>
 a { background-color: #94CC03; }

 a { background-color: rgb(148,204,3); }

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

border-color css

<style>
 span { border-color: #94CC03; }

 span { border-color: rgb(148,204,3); }

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