Html Css Color HEX #94CB11 Citrus

📋 copy color: '#94CB11'

red 148 ◦ green 203 ◦ blue 17

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

Shades of Citrus #94CB11

Tints of Citrus #94CB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.62%

R = 40.22%
G = 55.16%
B = 4.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#94CB11 (or 0x94CB11) is known color: Citrus. HEX triplet: 94, CB and 11. RGB value is (148,203,17). Sum of RGB (Red+Green+Blue) = 148+203+17=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CB11 is #6B34EE. Grayscale: #A6A6A6. Windows color (decimal): -7025903 or 1166228. OLE color: 1166228.

HSL color Cylindrical-coordinate representation of color #94CB11: hue angle of 77.74º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94CB11 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 203 17 -
CMYK 0.27 0 0.92 0.20
HSL 77.74º 0.85% 0.43% -
HSV(B) 77.74º 0.92% 0.8% -
XYZ 33.67 49.05 8.22 -
YUV 165.35 44.28 115.62 -
System Red Green Blue C M Y K H S L
Decimal 148 203 17 0.27 0 0.92 0.20 77.74 0.85 0.43
Hex 94 CB 11 1B 0 5C 14 4E 55 2B
Octal 224 313 21 33 0 134 24 116 125 53
Binary 10010100 11001011 10001 11011 0 1011100 10100 1001110 1010101 101011

Color Harmonies of #94CB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CB11

Black with #94CB11

Text Example


Text Example

White with #94CB11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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