Html Css Color HEX #94CB03 Citrus

📋 copy color: '#94CB03'

red 148 ◦ green 203 ◦ blue 3

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

Shades of Citrus #94CB03

Tints of Citrus #94CB03

RGB

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

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

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

R = 41.81%
G = 57.34%
B = 0.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#94CB03 (or 0x94CB03) is known color: Citrus. HEX triplet: 94, CB and 03. RGB value is (148,203,3). Sum of RGB (Red+Green+Blue) = 148+203+3=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CB03 is #6B34FC. Grayscale: #A4A4A4. Windows color (decimal): -7025917 or 248724. OLE color: 248724.

HSL color Cylindrical-coordinate representation of color #94CB03: hue angle of 76.5º 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 #94CB03 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 203 3 -
CMYK 0.27 0 0.99 0.20
HSL 76.5º 0.97% 0.4% -
HSV(B) 76.5º 0.99% 0.8% -
XYZ 33.59 49.01 7.78 -
YUV 163.76 37.28 116.76 -
System Red Green Blue C M Y K H S L
Decimal 148 203 3 0.27 0 0.99 0.20 76.5 0.97 0.4
Hex 94 CB 3 1B 0 63 14 4C 61 28
Octal 224 313 3 33 0 143 24 114 141 50
Binary 10010100 11001011 11 11011 0 1100011 10100 1001100 1100001 101000

Color Harmonies of #94CB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CB03

Black with #94CB03

Text Example


Text Example

White with #94CB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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