Html Css Color HEX #94EE1D Green Yellow

📋 copy color: '#94EE1D'

red 148 ◦ green 238 ◦ blue 29

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

Shades of Green Yellow #94EE1D

Tints of Green Yellow #94EE1D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.35%

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 35.66%
G = 57.35%
B = 6.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#94EE1D (or 0x94EE1D) is known color: Green Yellow. HEX triplet: 94, EE and 1D. RGB value is (148,238,29). Sum of RGB (Red+Green+Blue) = 148+238+29=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 238 (93.36% from 255 or 57.35% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EE1D is #6B11E2. Grayscale: #BCBCBC. Windows color (decimal): -7016931 or 1961620. OLE color: 1961620.

HSL color Cylindrical-coordinate representation of color #94EE1D: hue angle of 85.84º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94EE1D is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 238 29 -
CMYK 0.38 0 0.88 0.07
HSL 85.84º 0.86% 0.52% -
HSV(B) 85.84º 0.88% 0.93% -
XYZ 43.01 67.53 11.93 -
YUV 187.26 38.68 99.99 -
System Red Green Blue C M Y K H S L
Decimal 148 238 29 0.38 0 0.88 0.07 85.84 0.86 0.52
Hex 94 EE 1D 26 0 58 7 56 56 34
Octal 224 356 35 46 0 130 7 126 126 64
Binary 10010100 11101110 11101 100110 0 1011000 111 1010110 1010110 110100

Color Harmonies of #94EE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EE1D

Black with #94EE1D

Text Example


Text Example

White with #94EE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,238,29); }

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

background-color css

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

 a { background-color: rgb(148,238,29); }

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

border-color css

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

 span { border-color: rgb(148,238,29); }

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