Html Css Color HEX #94CF49 Atlantis

📋 copy color: '#94CF49'

red 148 ◦ green 207 ◦ blue 73

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

Shades of Atlantis #94CF49

Tints of Atlantis #94CF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.36%

 BLUE value IS 73 (28.91% from 255) = 17.06%

R = 34.58%
G = 48.36%
B = 17.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#94CF49 (or 0x94CF49) is known color: Atlantis. HEX triplet: 94, CF and 49. RGB value is (148,207,73). Sum of RGB (Red+Green+Blue) = 148+207+73=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CF49 is #6B30B6. Grayscale: #AEAEAE. Windows color (decimal): -7024823 or 4837268. OLE color: 4837268.

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

Color convert

RGB 148 207 73 -
CMYK 0.29 0 0.65 0.19
HSL 86.42º 0.58% 0.55% -
HSV(B) 86.42º 0.65% 0.81% -
XYZ 35.73 51.4 14.34 -
YUV 174.08 70.95 109.4 -
System Red Green Blue C M Y K H S L
Decimal 148 207 73 0.29 0 0.65 0.19 86.42 0.58 0.55
Hex 94 CF 49 1D 0 41 13 56 3A 37
Octal 224 317 111 35 0 101 23 126 72 67
Binary 10010100 11001111 1001001 11101 0 1000001 10011 1010110 111010 110111

Color Harmonies of #94CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CF49

Black with #94CF49

Text Example


Text Example

White with #94CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,207,73); }

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

background-color css

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

 a { background-color: rgb(148,207,73); }

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

border-color css

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

 span { border-color: rgb(148,207,73); }

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