Html Css Color HEX #9DCD4B Atlantis

📋 copy color: '#9DCD4B'

red 157 ◦ green 205 ◦ blue 75

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

Shades of Atlantis #9DCD4B

Tints of Atlantis #9DCD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.16%

R = 35.93%
G = 46.91%
B = 17.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#9DCD4B (or 0x9DCD4B) is known color: Atlantis. HEX triplet: 9D, CD and 4B. RGB value is (157,205,75). Sum of RGB (Red+Green+Blue) = 157+205+75=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCD4B is #6232B4. Grayscale: #B0B0B0. Windows color (decimal): -6435509 or 4967837. OLE color: 4967837.

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

Color convert

RGB 157 205 75 -
CMYK 0.23 0 0.63 0.20
HSL 82.15º 0.57% 0.55% -
HSV(B) 82.15º 0.63% 0.8% -
XYZ 37.01 51.34 14.62 -
YUV 175.83 71.1 114.57 -
System Red Green Blue C M Y K H S L
Decimal 157 205 75 0.23 0 0.63 0.20 82.15 0.57 0.55
Hex 9D CD 4B 17 0 3F 14 52 39 37
Octal 235 315 113 27 0 77 24 122 71 67
Binary 10011101 11001101 1001011 10111 0 111111 10100 1010010 111001 110111

Color Harmonies of #9DCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD4B

Black with #9DCD4B

Text Example


Text Example

White with #9DCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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