Html Css Color HEX #94D752 Atlantis

📋 copy color: '#94D752'

red 148 ◦ green 215 ◦ blue 82

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

Shades of Atlantis #94D752

Tints of Atlantis #94D752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.31%

 BLUE value IS 82 (32.42% from 255) = 18.43%

R = 33.26%
G = 48.31%
B = 18.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#94D752 (or 0x94D752) is known color: Atlantis. HEX triplet: 94, D7 and 52. RGB value is (148,215,82). Sum of RGB (Red+Green+Blue) = 148+215+82=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #94D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D752 is #6B28AD. Grayscale: #B4B4B4. Windows color (decimal): -7022766 or 5429140. OLE color: 5429140.

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

Color convert

RGB 148 215 82 -
CMYK 0.31 0 0.62 0.16
HSL 90.23º 0.62% 0.58% -
HSV(B) 90.23º 0.62% 0.84% -
XYZ 38.04 55.51 16.69 -
YUV 179.81 72.8 105.31 -
System Red Green Blue C M Y K H S L
Decimal 148 215 82 0.31 0 0.62 0.16 90.23 0.62 0.58
Hex 94 D7 52 1F 0 3E 10 5A 3E 3A
Octal 224 327 122 37 0 76 20 132 76 72
Binary 10010100 11010111 1010010 11111 0 111110 10000 1011010 111110 111010

Color Harmonies of #94D752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D752

Black with #94D752

Text Example


Text Example

White with #94D752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,215,82); }

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

background-color css

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

 a { background-color: rgb(148,215,82); }

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

border-color css

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

 span { border-color: rgb(148,215,82); }

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