Html Css Color HEX #94D63B Atlantis

📋 copy color: '#94D63B'

red 148 ◦ green 214 ◦ blue 59

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

Shades of Atlantis #94D63B

Tints of Atlantis #94D63B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.83%

 BLUE value IS 59 (23.44% from 255) = 14.01%

R = 35.15%
G = 50.83%
B = 14.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#94D63B (or 0x94D63B) is known color: Atlantis. HEX triplet: 94, D6 and 3B. RGB value is (148,214,59). Sum of RGB (Red+Green+Blue) = 148+214+59=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #94D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D63B is #6B29C4. Grayscale: #B1B1B1. Windows color (decimal): -7023045 or 3921556. OLE color: 3921556.

HSL color Cylindrical-coordinate representation of color #94D63B: hue angle of 85.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94D63B is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 214 59 -
CMYK 0.31 0 0.72 0.16
HSL 85.55º 0.65% 0.54% -
HSV(B) 85.55º 0.72% 0.84% -
XYZ 37.05 54.7 12.74 -
YUV 176.6 61.63 107.6 -
System Red Green Blue C M Y K H S L
Decimal 148 214 59 0.31 0 0.72 0.16 85.55 0.65 0.54
Hex 94 D6 3B 1F 0 48 10 56 41 36
Octal 224 326 73 37 0 110 20 126 101 66
Binary 10010100 11010110 111011 11111 0 1001000 10000 1010110 1000001 110110

Color Harmonies of #94D63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D63B

Black with #94D63B

Text Example


Text Example

White with #94D63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,214,59); }

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

background-color css

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

 a { background-color: rgb(148,214,59); }

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

border-color css

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

 span { border-color: rgb(148,214,59); }

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