Html Css Color HEX #94C517 Citrus

📋 copy color: '#94C517'

red 148 ◦ green 197 ◦ blue 23

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

Shades of Citrus #94C517

Tints of Citrus #94C517

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.53%

 BLUE value IS 23 (9.38% from 255) = 6.25%

R = 40.22%
G = 53.53%
B = 6.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#94C517 (or 0x94C517) is known color: Citrus. HEX triplet: 94, C5 and 17. RGB value is (148,197,23). Sum of RGB (Red+Green+Blue) = 148+197+23=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #94C517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C517 is #6B3AE8. Grayscale: #A3A3A3. Windows color (decimal): -7027433 or 1557908. OLE color: 1557908.

HSL color Cylindrical-coordinate representation of color #94C517: hue angle of 76.9º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94C517 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 23 -
CMYK 0.25 0 0.88 0.23
HSL 76.9º 0.79% 0.43% -
HSV(B) 76.9º 0.88% 0.77% -
XYZ 32.33 46.29 8.04 -
YUV 162.51 49.27 117.65 -
System Red Green Blue C M Y K H S L
Decimal 148 197 23 0.25 0 0.88 0.23 76.9 0.79 0.43
Hex 94 C5 17 19 0 58 17 4D 4F 2B
Octal 224 305 27 31 0 130 27 115 117 53
Binary 10010100 11000101 10111 11001 0 1011000 10111 1001101 1001111 101011

Color Harmonies of #94C517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C517

Black with #94C517

Text Example


Text Example

White with #94C517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,23); }

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

background-color css

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

 a { background-color: rgb(148,197,23); }

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

border-color css

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

 span { border-color: rgb(148,197,23); }

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