Html Css Color HEX #AFD336 Atlantis

📋 copy color: '#AFD336'

red 175 ◦ green 211 ◦ blue 54

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

Shades of Atlantis #AFD336

Tints of Atlantis #AFD336

RGB

 RED value IS 175 (68.75% from 255) = 39.77%

 GREEN value IS 211 (82.81% from 255) = 47.95%

 BLUE value IS 54 (21.48% from 255) = 12.27%

R = 39.77%
G = 47.95%
B = 12.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#AFD336 (or 0xAFD336) is known color: Atlantis. HEX triplet: AF, D3 and 36. RGB value is (175,211,54). Sum of RGB (Red+Green+Blue) = 175+211+54=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD336 is #502CC9. Grayscale: #B6B6B6. Windows color (decimal): -5254346 or 3593135. OLE color: 3593135.

HSL color Cylindrical-coordinate representation of color #AFD336: hue angle of 73.76º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFD336 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 54 -
CMYK 0.17 0 0.74 0.17
HSL 73.76º 0.64% 0.52% -
HSV(B) 73.76º 0.74% 0.83% -
XYZ 41.64 55.97 12.1 -
YUV 182.34 55.57 122.77 -
System Red Green Blue C M Y K H S L
Decimal 175 211 54 0.17 0 0.74 0.17 73.76 0.64 0.52
Hex AF D3 36 11 0 4A 11 4A 40 34
Octal 257 323 66 21 0 112 21 112 100 64
Binary 10101111 11010011 110110 10001 0 1001010 10001 1001010 1000000 110100

Color Harmonies of #AFD336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD336

Black with #AFD336

Text Example


Text Example

White with #AFD336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD336; }

 p { color: rgb(175,211,54); }

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

background-color css

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

 a { background-color: rgb(175,211,54); }

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

border-color css

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

 span { border-color: rgb(175,211,54); }

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