Html Css Color HEX #94C011 Citrus

📋 copy color: '#94C011'

red 148 ◦ green 192 ◦ blue 17

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

Shades of Citrus #94C011

Tints of Citrus #94C011

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.78%

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

R = 41.46%
G = 53.78%
B = 4.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#94C011 (or 0x94C011) is known color: Citrus. HEX triplet: 94, C0 and 11. RGB value is (148,192,17). Sum of RGB (Red+Green+Blue) = 148+192+17=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #94C011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C011 is #6B3FEE. Grayscale: #9F9F9F. Windows color (decimal): -7028719 or 1163412. OLE color: 1163412.

HSL color Cylindrical-coordinate representation of color #94C011: hue angle of 75.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94C011 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 17 -
CMYK 0.23 0 0.91 0.25
HSL 75.09º 0.84% 0.41% -
HSV(B) 75.09º 0.91% 0.75% -
XYZ 31.16 44.04 7.39 -
YUV 158.89 47.92 120.23 -
System Red Green Blue C M Y K H S L
Decimal 148 192 17 0.23 0 0.91 0.25 75.09 0.84 0.41
Hex 94 C0 11 17 0 5B 19 4B 54 29
Octal 224 300 21 27 0 133 31 113 124 51
Binary 10010100 11000000 10001 10111 0 1011011 11001 1001011 1010100 101001

Color Harmonies of #94C011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C011

Black with #94C011

Text Example


Text Example

White with #94C011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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