Html Css Color HEX #94FF19 Chartreuse

📋 copy color: '#94FF19'

red 148 ◦ green 255 ◦ blue 25

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

Shades of Chartreuse #94FF19

Tints of Chartreuse #94FF19

RGB

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

 GREEN value IS 255 (100% from 255) = 59.58%

 BLUE value IS 25 (10.16% from 255) = 5.84%

R = 34.58%
G = 59.58%
B = 5.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#94FF19 (or 0x94FF19) is known color: Chartreuse. HEX triplet: 94, FF and 19. RGB value is (148,255,25). Sum of RGB (Red+Green+Blue) = 148+255+25=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 255 (100% from 255 or 59.58% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FF19 is #6B00E6. Grayscale: #C5C5C5. Windows color (decimal): -7012583 or 1703828. OLE color: 1703828.

HSL color Cylindrical-coordinate representation of color #94FF19: hue angle of 87.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94FF19 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 148 255 25 -
CMYK 0.42 0 0.90 0
HSL 87.91º 1% 0.55% -
HSV(B) 87.91º 0.9% 1% -
XYZ 48.15 77.89 13.42 -
YUV 196.79 31.05 93.2 -
System Red Green Blue C M Y K H S L
Decimal 148 255 25 0.42 0 0.90 0 87.91 1 0.55
Hex 94 FF 19 2A 0 5A 0 58 64 37
Octal 224 377 31 52 0 132 0 130 144 67
Binary 10010100 11111111 11001 101010 0 1011010 0 1011000 1100100 110111

Color Harmonies of #94FF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF19

Black with #94FF19

Text Example


Text Example

White with #94FF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,255,25); }

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

background-color css

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

 a { background-color: rgb(148,255,25); }

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

border-color css

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

 span { border-color: rgb(148,255,25); }

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