Html Css Color HEX #93CF50 Atlantis

📋 copy color: '#93CF50'

red 147 ◦ green 207 ◦ blue 80

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

Shades of Atlantis #93CF50

Tints of Atlantis #93CF50

RGB

 RED value IS 147 (57.81% from 255) = 33.87%

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

 BLUE value IS 80 (31.64% from 255) = 18.43%

R = 33.87%
G = 47.7%
B = 18.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#93CF50 (or 0x93CF50) is known color: Atlantis. HEX triplet: 93, CF and 50. RGB value is (147,207,80). Sum of RGB (Red+Green+Blue) = 147+207+80=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CF50 is #6C30AF. Grayscale: #AFAFAF. Windows color (decimal): -7090352 or 5296019. OLE color: 5296019.

HSL color Cylindrical-coordinate representation of color #93CF50: hue angle of 88.35º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93CF50 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 207 80 -
CMYK 0.29 0 0.61 0.19
HSL 88.35º 0.57% 0.56% -
HSV(B) 88.35º 0.61% 0.81% -
XYZ 35.79 51.41 15.63 -
YUV 174.58 74.62 108.33 -
System Red Green Blue C M Y K H S L
Decimal 147 207 80 0.29 0 0.61 0.19 88.35 0.57 0.56
Hex 93 CF 50 1D 0 3D 13 58 39 38
Octal 223 317 120 35 0 75 23 130 71 70
Binary 10010011 11001111 1010000 11101 0 111101 10011 1011000 111001 111000

Color Harmonies of #93CF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CF50

Black with #93CF50

Text Example


Text Example

White with #93CF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93CF50; }

 p { color: rgb(147,207,80); }

 H1.HeaderClassName
 {
   color: #93CF50;
 }
 .AnyTagClassName
 {
   color: #93CF50;
 }
</style>

background-color css

<style>
 a { background-color: #93CF50; }

 a { background-color: rgb(147,207,80); }

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

border-color css

<style>
 span { border-color: #93CF50; }

 span { border-color: rgb(147,207,80); }

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