Html Css Color HEX #94DB52 Atlantis

📋 copy color: '#94DB52'

red 148 ◦ green 219 ◦ blue 82

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

Shades of Atlantis #94DB52

Tints of Atlantis #94DB52

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.78%

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

R = 32.96%
G = 48.78%
B = 18.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#94DB52 (or 0x94DB52) is known color: Atlantis. HEX triplet: 94, DB and 52. RGB value is (148,219,82). Sum of RGB (Red+Green+Blue) = 148+219+82=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DB52 is #6B24AD. Grayscale: #B6B6B6. Windows color (decimal): -7021742 or 5430164. OLE color: 5430164.

HSL color Cylindrical-coordinate representation of color #94DB52: hue angle of 91.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94DB52 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 219 82 -
CMYK 0.32 0 0.63 0.14
HSL 91.09º 0.66% 0.59% -
HSV(B) 91.09º 0.63% 0.86% -
XYZ 39.07 57.57 17.04 -
YUV 182.15 71.48 103.64 -
System Red Green Blue C M Y K H S L
Decimal 148 219 82 0.32 0 0.63 0.14 91.09 0.66 0.59
Hex 94 DB 52 20 0 3F E 5B 42 3B
Octal 224 333 122 40 0 77 16 133 102 73
Binary 10010100 11011011 1010010 100000 0 111111 1110 1011011 1000010 111011

Color Harmonies of #94DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DB52

Black with #94DB52

Text Example


Text Example

White with #94DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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