Html Css Color HEX #94CE4D Atlantis

📋 copy color: '#94CE4D'

red 148 ◦ green 206 ◦ blue 77

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

Shades of Atlantis #94CE4D

Tints of Atlantis #94CE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 34.34%
G = 47.8%
B = 17.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#94CE4D (or 0x94CE4D) is known color: Atlantis. HEX triplet: 94, CE and 4D. RGB value is (148,206,77). Sum of RGB (Red+Green+Blue) = 148+206+77=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE4D is #6B31B2. Grayscale: #AEAEAE. Windows color (decimal): -7025075 or 5099156. OLE color: 5099156.

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

Color convert

RGB 148 206 77 -
CMYK 0.28 0 0.63 0.19
HSL 86.98º 0.57% 0.55% -
HSV(B) 86.98º 0.63% 0.81% -
XYZ 35.62 50.97 14.98 -
YUV 173.95 73.28 109.49 -
System Red Green Blue C M Y K H S L
Decimal 148 206 77 0.28 0 0.63 0.19 86.98 0.57 0.55
Hex 94 CE 4D 1C 0 3F 13 57 39 37
Octal 224 316 115 34 0 77 23 127 71 67
Binary 10010100 11001110 1001101 11100 0 111111 10011 1010111 111001 110111

Color Harmonies of #94CE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE4D

Black with #94CE4D

Text Example


Text Example

White with #94CE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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