Html Css Color HEX #ABCD3B Atlantis

📋 copy color: '#ABCD3B'

red 171 ◦ green 205 ◦ blue 59

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

Shades of Atlantis #ABCD3B

Tints of Atlantis #ABCD3B

RGB

 RED value IS 171 (67.19% from 255) = 39.31%

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

 BLUE value IS 59 (23.44% from 255) = 13.56%

R = 39.31%
G = 47.13%
B = 13.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#ABCD3B (or 0xABCD3B) is known color: Atlantis. HEX triplet: AB, CD and 3B. RGB value is (171,205,59). Sum of RGB (Red+Green+Blue) = 171+205+59=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD3B is #5432C4. Grayscale: #B2B2B2. Windows color (decimal): -5518021 or 3919275. OLE color: 3919275.

HSL color Cylindrical-coordinate representation of color #ABCD3B: hue angle of 73.97º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABCD3B is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 59 -
CMYK 0.17 0 0.71 0.20
HSL 73.97º 0.59% 0.52% -
HSV(B) 73.97º 0.71% 0.8% -
XYZ 39.42 52.64 12.22 -
YUV 178.19 60.74 122.87 -
System Red Green Blue C M Y K H S L
Decimal 171 205 59 0.17 0 0.71 0.20 73.97 0.59 0.52
Hex AB CD 3B 11 0 47 14 4A 3B 34
Octal 253 315 73 21 0 107 24 112 73 64
Binary 10101011 11001101 111011 10001 0 1000111 10100 1001010 111011 110100

Color Harmonies of #ABCD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD3B

Black with #ABCD3B

Text Example


Text Example

White with #ABCD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD3B; }

 p { color: rgb(171,205,59); }

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

background-color css

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

 a { background-color: rgb(171,205,59); }

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

border-color css

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

 span { border-color: rgb(171,205,59); }

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