Html Css Color HEX #AFD736 Atlantis

📋 copy color: '#AFD736'

red 175 ◦ green 215 ◦ blue 54

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

Shades of Atlantis #AFD736

Tints of Atlantis #AFD736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.42%

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

R = 39.41%
G = 48.42%
B = 12.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#AFD736 (or 0xAFD736) is known color: Atlantis. HEX triplet: AF, D7 and 36. RGB value is (175,215,54). Sum of RGB (Red+Green+Blue) = 175+215+54=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD736 is #5028C9. Grayscale: #B9B9B9. Windows color (decimal): -5253322 or 3594159. OLE color: 3594159.

HSL color Cylindrical-coordinate representation of color #AFD736: hue angle of 74.91º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFD736 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 54 -
CMYK 0.19 0 0.75 0.16
HSL 74.91º 0.67% 0.53% -
HSV(B) 74.91º 0.75% 0.84% -
XYZ 42.65 57.98 12.43 -
YUV 184.69 54.25 121.09 -
System Red Green Blue C M Y K H S L
Decimal 175 215 54 0.19 0 0.75 0.16 74.91 0.67 0.53
Hex AF D7 36 13 0 4B 10 4B 43 35
Octal 257 327 66 23 0 113 20 113 103 65
Binary 10101111 11010111 110110 10011 0 1001011 10000 1001011 1000011 110101

Color Harmonies of #AFD736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD736

Black with #AFD736

Text Example


Text Example

White with #AFD736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD736; }

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

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

background-color css

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

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

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

border-color css

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

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

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