Html Css Color HEX #94C205 Citrus

📋 copy color: '#94C205'

red 148 ◦ green 194 ◦ blue 5

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

Shades of Citrus #94C205

Tints of Citrus #94C205

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.91%

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 42.65%
G = 55.91%
B = 1.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#94C205 (or 0x94C205) is known color: Citrus. HEX triplet: 94, C2 and 05. RGB value is (148,194,5). Sum of RGB (Red+Green+Blue) = 148+194+5=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #94C205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C205 is #6B3DFA. Grayscale: #9F9F9F. Windows color (decimal): -7028219 or 377492. OLE color: 377492.

HSL color Cylindrical-coordinate representation of color #94C205: hue angle of 74.6º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94C205 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 194 5 -
CMYK 0.24 0 0.97 0.24
HSL 74.6º 0.95% 0.39% -
HSV(B) 74.6º 0.97% 0.76% -
XYZ 31.53 44.89 7.15 -
YUV 158.7 41.26 120.37 -
System Red Green Blue C M Y K H S L
Decimal 148 194 5 0.24 0 0.97 0.24 74.6 0.95 0.39
Hex 94 C2 5 18 0 61 18 4B 5F 27
Octal 224 302 5 30 0 141 30 113 137 47
Binary 10010100 11000010 101 11000 0 1100001 11000 1001011 1011111 100111

Color Harmonies of #94C205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C205

Black with #94C205

Text Example


Text Example

White with #94C205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,194,5); }

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

background-color css

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

 a { background-color: rgb(148,194,5); }

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

border-color css

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

 span { border-color: rgb(148,194,5); }

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