Html Css Color HEX #94DD35 Atlantis

📋 copy color: '#94DD35'

red 148 ◦ green 221 ◦ blue 53

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

Shades of Atlantis #94DD35

Tints of Atlantis #94DD35

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.37%

 BLUE value IS 53 (21.09% from 255) = 12.56%

R = 35.07%
G = 52.37%
B = 12.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#94DD35 (or 0x94DD35) is known color: Atlantis. HEX triplet: 94, DD and 35. RGB value is (148,221,53). Sum of RGB (Red+Green+Blue) = 148+221+53=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DD35 is #6B22CA. Grayscale: #B4B4B4. Windows color (decimal): -7021259 or 3530132. OLE color: 3530132.

HSL color Cylindrical-coordinate representation of color #94DD35: hue angle of 86.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94DD35 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 221 53 -
CMYK 0.33 0 0.76 0.13
HSL 86.07º 0.71% 0.54% -
HSV(B) 86.07º 0.76% 0.87% -
XYZ 38.71 58.27 12.57 -
YUV 180.02 56.32 105.16 -
System Red Green Blue C M Y K H S L
Decimal 148 221 53 0.33 0 0.76 0.13 86.07 0.71 0.54
Hex 94 DD 35 21 0 4C D 56 47 36
Octal 224 335 65 41 0 114 15 126 107 66
Binary 10010100 11011101 110101 100001 0 1001100 1101 1010110 1000111 110110

Color Harmonies of #94DD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DD35

Black with #94DD35

Text Example


Text Example

White with #94DD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,221,53); }

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

background-color css

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

 a { background-color: rgb(148,221,53); }

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

border-color css

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

 span { border-color: rgb(148,221,53); }

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