Html Css Color HEX #AFCC37 Atlantis

📋 copy color: '#AFCC37'

red 175 ◦ green 204 ◦ blue 55

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

Shades of Atlantis #AFCC37

Tints of Atlantis #AFCC37

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47%

 BLUE value IS 55 (21.88% from 255) = 12.67%

R = 40.32%
G = 47%
B = 12.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#AFCC37 (or 0xAFCC37) is known color: Atlantis. HEX triplet: AF, CC and 37. RGB value is (175,204,55). Sum of RGB (Red+Green+Blue) = 175+204+55=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC37 is #5033C8. Grayscale: #B2B2B2. Windows color (decimal): -5256137 or 3656879. OLE color: 3656879.

HSL color Cylindrical-coordinate representation of color #AFCC37: hue angle of 71.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFCC37 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 55 -
CMYK 0.14 0 0.73 0.2
HSL 71.68º 0.59% 0.51% -
HSV(B) 71.68º 0.73% 0.8% -
XYZ 39.96 52.58 11.66 -
YUV 178.34 58.39 125.62 -
System Red Green Blue C M Y K H S L
Decimal 175 204 55 0.14 0 0.73 0.2 71.68 0.59 0.51
Hex AF CC 37 E 0 49 14 48 3B 33
Octal 257 314 67 16 0 111 24 110 73 63
Binary 10101111 11001100 110111 1110 0 1001001 10100 1001000 111011 110011

Color Harmonies of #AFCC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC37

Black with #AFCC37

Text Example


Text Example

White with #AFCC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC37; }

 p { color: rgb(175,204,55); }

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

background-color css

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

 a { background-color: rgb(175,204,55); }

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

border-color css

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

 span { border-color: rgb(175,204,55); }

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