Html Css Color HEX #94CE41 Atlantis

📋 copy color: '#94CE41'

red 148 ◦ green 206 ◦ blue 65

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

Shades of Atlantis #94CE41

Tints of Atlantis #94CE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.51%

R = 35.32%
G = 49.16%
B = 15.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#94CE41 (or 0x94CE41) is known color: Atlantis. HEX triplet: 94, CE and 41. RGB value is (148,206,65). Sum of RGB (Red+Green+Blue) = 148+206+65=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CE41 is #6B31BE. Grayscale: #ADADAD. Windows color (decimal): -7025087 or 4312724. OLE color: 4312724.

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

Color convert

RGB 148 206 65 -
CMYK 0.28 0 0.68 0.19
HSL 84.68º 0.59% 0.53% -
HSV(B) 84.68º 0.68% 0.81% -
XYZ 35.24 50.82 12.95 -
YUV 172.58 67.28 110.46 -
System Red Green Blue C M Y K H S L
Decimal 148 206 65 0.28 0 0.68 0.19 84.68 0.59 0.53
Hex 94 CE 41 1C 0 44 13 55 3B 35
Octal 224 316 101 34 0 104 23 125 73 65
Binary 10010100 11001110 1000001 11100 0 1000100 10011 1010101 111011 110101

Color Harmonies of #94CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE41

Black with #94CE41

Text Example


Text Example

White with #94CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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