Html Css Color HEX #9DCD52 Atlantis

📋 copy color: '#9DCD52'

red 157 ◦ green 205 ◦ blue 82

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

Shades of Atlantis #9DCD52

Tints of Atlantis #9DCD52

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.17%

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

R = 35.36%
G = 46.17%
B = 18.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#9DCD52 (or 0x9DCD52) is known color: Atlantis. HEX triplet: 9D, CD and 52. RGB value is (157,205,82). Sum of RGB (Red+Green+Blue) = 157+205+82=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD52 is #6232AD. Grayscale: #B1B1B1. Windows color (decimal): -6435502 or 5426589. OLE color: 5426589.

HSL color Cylindrical-coordinate representation of color #9DCD52: hue angle of 83.41º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DCD52 is Cyan = 0.23, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 82 -
CMYK 0.23 0 0.6 0.20
HSL 83.41º 0.55% 0.56% -
HSV(B) 83.41º 0.6% 0.8% -
XYZ 37.26 51.44 15.95 -
YUV 176.63 74.6 114 -
System Red Green Blue C M Y K H S L
Decimal 157 205 82 0.23 0 0.6 0.20 83.41 0.55 0.56
Hex 9D CD 52 17 0 3C 14 53 37 38
Octal 235 315 122 27 0 74 24 123 67 70
Binary 10011101 11001101 1010010 10111 0 111100 10100 1010011 110111 111000

Color Harmonies of #9DCD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD52

Black with #9DCD52

Text Example


Text Example

White with #9DCD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,205,82); }

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

background-color css

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

 a { background-color: rgb(157,205,82); }

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

border-color css

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

 span { border-color: rgb(157,205,82); }

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