Html Css Color HEX #94EF3C Green Yellow

📋 copy color: '#94EF3C'

red 148 ◦ green 239 ◦ blue 60

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

Shades of Green Yellow #94EF3C

Tints of Green Yellow #94EF3C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.47%

 BLUE value IS 60 (23.83% from 255) = 13.42%

R = 33.11%
G = 53.47%
B = 13.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#94EF3C (or 0x94EF3C) is known color: Green Yellow. HEX triplet: 94, EF and 3C. RGB value is (148,239,60). Sum of RGB (Red+Green+Blue) = 148+239+60=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EF3C is #6B10C3. Grayscale: #C0C0C0. Windows color (decimal): -7016644 or 3993492. OLE color: 3993492.

HSL color Cylindrical-coordinate representation of color #94EF3C: hue angle of 90.5º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94EF3C is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 239 60 -
CMYK 0.38 0 0.75 0.06
HSL 90.5º 0.85% 0.59% -
HSV(B) 90.5º 0.75% 0.94% -
XYZ 43.89 68.36 15.16 -
YUV 191.39 53.85 97.05 -
System Red Green Blue C M Y K H S L
Decimal 148 239 60 0.38 0 0.75 0.06 90.5 0.85 0.59
Hex 94 EF 3C 26 0 4B 6 5B 55 3B
Octal 224 357 74 46 0 113 6 133 125 73
Binary 10010100 11101111 111100 100110 0 1001011 110 1011011 1010101 111011

Color Harmonies of #94EF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EF3C

Black with #94EF3C

Text Example


Text Example

White with #94EF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,239,60); }

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

background-color css

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

 a { background-color: rgb(148,239,60); }

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

border-color css

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

 span { border-color: rgb(148,239,60); }

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