Html Css Color HEX #AFDD39 Atlantis

📋 copy color: '#AFDD39'

red 175 ◦ green 221 ◦ blue 57

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

Shades of Atlantis #AFDD39

Tints of Atlantis #AFDD39

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.79%

 BLUE value IS 57 (22.66% from 255) = 12.58%

R = 38.63%
G = 48.79%
B = 12.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#AFDD39 (or 0xAFDD39) is known color: Atlantis. HEX triplet: AF, DD and 39. RGB value is (175,221,57). Sum of RGB (Red+Green+Blue) = 175+221+57=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD39 is #5022C6. Grayscale: #BDBDBD. Windows color (decimal): -5251783 or 3792303. OLE color: 3792303.

HSL color Cylindrical-coordinate representation of color #AFDD39: hue angle of 76.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFDD39 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 57 -
CMYK 0.21 0 0.74 0.13
HSL 76.83º 0.71% 0.55% -
HSV(B) 76.83º 0.74% 0.87% -
XYZ 44.27 61.12 13.34 -
YUV 188.55 53.76 118.34 -
System Red Green Blue C M Y K H S L
Decimal 175 221 57 0.21 0 0.74 0.13 76.83 0.71 0.55
Hex AF DD 39 15 0 4A D 4D 47 37
Octal 257 335 71 25 0 112 15 115 107 67
Binary 10101111 11011101 111001 10101 0 1001010 1101 1001101 1000111 110111

Color Harmonies of #AFDD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD39

Black with #AFDD39

Text Example


Text Example

White with #AFDD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD39; }

 p { color: rgb(175,221,57); }

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

background-color css

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

 a { background-color: rgb(175,221,57); }

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

border-color css

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

 span { border-color: rgb(175,221,57); }

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