Html Css Color HEX #94C515 Citrus

📋 copy color: '#94C515'

red 148 ◦ green 197 ◦ blue 21

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

Shades of Citrus #94C515

Tints of Citrus #94C515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.74%

R = 40.44%
G = 53.83%
B = 5.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#94C515 (or 0x94C515) is known color: Citrus. HEX triplet: 94, C5 and 15. RGB value is (148,197,21). Sum of RGB (Red+Green+Blue) = 148+197+21=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #94C515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C515 is #6B3AEA. Grayscale: #A2A2A2. Windows color (decimal): -7027435 or 1426836. OLE color: 1426836.

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

Color convert

RGB 148 197 21 -
CMYK 0.25 0 0.89 0.23
HSL 76.7º 0.81% 0.43% -
HSV(B) 76.7º 0.89% 0.77% -
XYZ 32.31 46.28 7.94 -
YUV 162.29 48.27 117.81 -
System Red Green Blue C M Y K H S L
Decimal 148 197 21 0.25 0 0.89 0.23 76.7 0.81 0.43
Hex 94 C5 15 19 0 59 17 4D 51 2B
Octal 224 305 25 31 0 131 27 115 121 53
Binary 10010100 11000101 10101 11001 0 1011001 10111 1001101 1010001 101011

Color Harmonies of #94C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C515

Black with #94C515

Text Example


Text Example

White with #94C515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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