Html Css Color HEX #94CE1F Yellow Green

📋 copy color: '#94CE1F'

red 148 ◦ green 206 ◦ blue 31

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

Shades of Yellow Green #94CE1F

Tints of Yellow Green #94CE1F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.51%

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 38.44%
G = 53.51%
B = 8.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#94CE1F (or 0x94CE1F) is known color: Yellow Green. HEX triplet: 94, CE and 1F. RGB value is (148,206,31). Sum of RGB (Red+Green+Blue) = 148+206+31=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CE1F is #6B31E0. Grayscale: #A9A9A9. Windows color (decimal): -7025121 or 2084500. OLE color: 2084500.

HSL color Cylindrical-coordinate representation of color #94CE1F: hue angle of 79.89º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94CE1F is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 31 -
CMYK 0.28 0 0.85 0.19
HSL 79.89º 0.74% 0.46% -
HSV(B) 79.89º 0.85% 0.81% -
XYZ 34.53 50.54 9.23 -
YUV 168.71 50.28 113.23 -
System Red Green Blue C M Y K H S L
Decimal 148 206 31 0.28 0 0.85 0.19 79.89 0.74 0.46
Hex 94 CE 1F 1C 0 55 13 50 4A 2E
Octal 224 316 37 34 0 125 23 120 112 56
Binary 10010100 11001110 11111 11100 0 1010101 10011 1010000 1001010 101110

Color Harmonies of #94CE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE1F

Black with #94CE1F

Text Example


Text Example

White with #94CE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,206,31); }

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

background-color css

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

 a { background-color: rgb(148,206,31); }

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

border-color css

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

 span { border-color: rgb(148,206,31); }

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