Html Css Color HEX #94D110 Citrus

📋 copy color: '#94D110'

red 148 ◦ green 209 ◦ blue 16

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

Shades of Citrus #94D110

Tints of Citrus #94D110

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.03%

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 39.68%
G = 56.03%
B = 4.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#94D110 (or 0x94D110) is known color: Citrus. HEX triplet: 94, D1 and 10. RGB value is (148,209,16). Sum of RGB (Red+Green+Blue) = 148+209+16=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 209 (82.03% from 255 or 56.03% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 209 - color contains mainly: green. Hex color #94D110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D110 is #6B2EEF. Grayscale: #A9A9A9. Windows color (decimal): -7024368 or 1102228. OLE color: 1102228.

HSL color Cylindrical-coordinate representation of color #94D110: hue angle of 78.96º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94D110 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 209 16 -
CMYK 0.29 0 0.92 0.18
HSL 78.96º 0.86% 0.44% -
HSV(B) 78.96º 0.92% 0.82% -
XYZ 35.11 51.93 8.66 -
YUV 168.76 41.79 113.19 -
System Red Green Blue C M Y K H S L
Decimal 148 209 16 0.29 0 0.92 0.18 78.96 0.86 0.44
Hex 94 D1 10 1D 0 5C 12 4F 56 2C
Octal 224 321 20 35 0 134 22 117 126 54
Binary 10010100 11010001 10000 11101 0 1011100 10010 1001111 1010110 101100

Color Harmonies of #94D110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D110

Black with #94D110

Text Example


Text Example

White with #94D110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,209,16); }

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

background-color css

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

 a { background-color: rgb(148,209,16); }

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

border-color css

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

 span { border-color: rgb(148,209,16); }

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