Html Css Color HEX #9DBF50 Atlantis

📋 copy color: '#9DBF50'

red 157 ◦ green 191 ◦ blue 80

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

Shades of Atlantis #9DBF50

Tints of Atlantis #9DBF50

RGB

 RED value IS 157 (61.72% from 255) = 36.68%

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

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

R = 36.68%
G = 44.63%
B = 18.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#9DBF50 (or 0x9DBF50) is known color: Atlantis. HEX triplet: 9D, BF and 50. RGB value is (157,191,80). Sum of RGB (Red+Green+Blue) = 157+191+80=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF50 is #6240AF. Grayscale: #A8A8A8. Windows color (decimal): -6439088 or 5291933. OLE color: 5291933.

HSL color Cylindrical-coordinate representation of color #9DBF50: hue angle of 78.38º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DBF50 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 191 80 -
CMYK 0.18 0 0.58 0.25
HSL 78.38º 0.46% 0.53% -
HSV(B) 78.38º 0.58% 0.75% -
XYZ 33.98 45.01 14.49 -
YUV 168.18 78.24 120.03 -
System Red Green Blue C M Y K H S L
Decimal 157 191 80 0.18 0 0.58 0.25 78.38 0.46 0.53
Hex 9D BF 50 12 0 3A 19 4E 2E 35
Octal 235 277 120 22 0 72 31 116 56 65
Binary 10011101 10111111 1010000 10010 0 111010 11001 1001110 101110 110101

Color Harmonies of #9DBF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBF50

Black with #9DBF50

Text Example


Text Example

White with #9DBF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DBF50; }

 p { color: rgb(157,191,80); }

 H1.HeaderClassName
 {
   color: #9DBF50;
 }
 .AnyTagClassName
 {
   color: #9DBF50;
 }
</style>

background-color css

<style>
 a { background-color: #9DBF50; }

 a { background-color: rgb(157,191,80); }

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

border-color css

<style>
 span { border-color: #9DBF50; }

 span { border-color: rgb(157,191,80); }

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