Html Css Color HEX #94C60B Citrus

📋 copy color: '#94C60B'

red 148 ◦ green 198 ◦ blue 11

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

Shades of Citrus #94C60B

Tints of Citrus #94C60B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.46%

 BLUE value IS 11 (4.69% from 255) = 3.08%

R = 41.46%
G = 55.46%
B = 3.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#94C60B (or 0x94C60B) is known color: Citrus. HEX triplet: 94, C6 and 0B. RGB value is (148,198,11). Sum of RGB (Red+Green+Blue) = 148+198+11=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #94C60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C60B is #6B39F4. Grayscale: #A2A2A2. Windows color (decimal): -7027189 or 771732. OLE color: 771732.

HSL color Cylindrical-coordinate representation of color #94C60B: hue angle of 76.04º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94C60B is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 198 11 -
CMYK 0.25 0 0.94 0.22
HSL 76.04º 0.89% 0.41% -
HSV(B) 76.04º 0.94% 0.78% -
XYZ 32.47 46.71 7.62 -
YUV 161.73 42.94 118.21 -
System Red Green Blue C M Y K H S L
Decimal 148 198 11 0.25 0 0.94 0.22 76.04 0.89 0.41
Hex 94 C6 B 19 0 5E 16 4C 59 29
Octal 224 306 13 31 0 136 26 114 131 51
Binary 10010100 11000110 1011 11001 0 1011110 10110 1001100 1011001 101001

Color Harmonies of #94C60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C60B

Black with #94C60B

Text Example


Text Example

White with #94C60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,198,11); }

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

background-color css

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

 a { background-color: rgb(148,198,11); }

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

border-color css

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

 span { border-color: rgb(148,198,11); }

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