Html Css Color HEX #94BF4D Atlantis

📋 copy color: '#94BF4D'

red 148 ◦ green 191 ◦ blue 77

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

Shades of Atlantis #94BF4D

Tints of Atlantis #94BF4D

RGB

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

 GREEN value IS 191 (75% from 255) = 45.91%

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

R = 35.58%
G = 45.91%
B = 18.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#94BF4D (or 0x94BF4D) is known color: Atlantis. HEX triplet: 94, BF and 4D. RGB value is (148,191,77). Sum of RGB (Red+Green+Blue) = 148+191+77=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF4D is #6B40B2. Grayscale: #A5A5A5. Windows color (decimal): -7028915 or 5095316. OLE color: 5095316.

HSL color Cylindrical-coordinate representation of color #94BF4D: hue angle of 82.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94BF4D is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 191 77 -
CMYK 0.23 0 0.60 0.25
HSL 82.63º 0.47% 0.53% -
HSV(B) 82.63º 0.6% 0.75% -
XYZ 32.18 44.09 13.84 -
YUV 165.15 78.25 115.77 -
System Red Green Blue C M Y K H S L
Decimal 148 191 77 0.23 0 0.60 0.25 82.63 0.47 0.53
Hex 94 BF 4D 17 0 3C 19 53 2F 35
Octal 224 277 115 27 0 74 31 123 57 65
Binary 10010100 10111111 1001101 10111 0 111100 11001 1010011 101111 110101

Color Harmonies of #94BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BF4D

Black with #94BF4D

Text Example


Text Example

White with #94BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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