Html Css Color HEX #9DD84B Atlantis

📋 copy color: '#9DD84B'

red 157 ◦ green 216 ◦ blue 75

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

Shades of Atlantis #9DD84B

Tints of Atlantis #9DD84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.21%

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

R = 35.04%
G = 48.21%
B = 16.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#9DD84B (or 0x9DD84B) is known color: Atlantis. HEX triplet: 9D, D8 and 4B. RGB value is (157,216,75). Sum of RGB (Red+Green+Blue) = 157+216+75=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD84B is #6227B4. Grayscale: #B6B6B6. Windows color (decimal): -6432693 or 4970653. OLE color: 4970653.

HSL color Cylindrical-coordinate representation of color #9DD84B: hue angle of 85.11º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DD84B is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 216 75 -
CMYK 0.27 0 0.65 0.15
HSL 85.11º 0.64% 0.57% -
HSV(B) 85.11º 0.65% 0.85% -
XYZ 39.73 56.79 15.52 -
YUV 182.29 67.45 109.96 -
System Red Green Blue C M Y K H S L
Decimal 157 216 75 0.27 0 0.65 0.15 85.11 0.64 0.57
Hex 9D D8 4B 1B 0 41 F 55 40 39
Octal 235 330 113 33 0 101 17 125 100 71
Binary 10011101 11011000 1001011 11011 0 1000001 1111 1010101 1000000 111001

Color Harmonies of #9DD84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD84B

Black with #9DD84B

Text Example


Text Example

White with #9DD84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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