Html Css Color HEX #94C105 Citrus

📋 copy color: '#94C105'

red 148 ◦ green 193 ◦ blue 5

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

Shades of Citrus #94C105

Tints of Citrus #94C105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.78%

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

R = 42.77%
G = 55.78%
B = 1.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#94C105 (or 0x94C105) is known color: Citrus. HEX triplet: 94, C1 and 05. RGB value is (148,193,5). Sum of RGB (Red+Green+Blue) = 148+193+5=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #94C105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C105 is #6B3EFA. Grayscale: #9E9E9E. Windows color (decimal): -7028475 or 377236. OLE color: 377236.

HSL color Cylindrical-coordinate representation of color #94C105: hue angle of 74.36º 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 #94C105 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 5 -
CMYK 0.23 0 0.97 0.24
HSL 74.36º 0.95% 0.39% -
HSV(B) 74.36º 0.97% 0.76% -
XYZ 31.31 44.45 7.07 -
YUV 158.11 41.59 120.79 -
System Red Green Blue C M Y K H S L
Decimal 148 193 5 0.23 0 0.97 0.24 74.36 0.95 0.39
Hex 94 C1 5 17 0 61 18 4A 5F 27
Octal 224 301 5 27 0 141 30 112 137 47
Binary 10010100 11000001 101 10111 0 1100001 11000 1001010 1011111 100111

Color Harmonies of #94C105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C105

Black with #94C105

Text Example


Text Example

White with #94C105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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