Html Css Color HEX #AFCE38 Atlantis

📋 copy color: '#AFCE38'

red 175 ◦ green 206 ◦ blue 56

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

Shades of Atlantis #AFCE38

Tints of Atlantis #AFCE38

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.14%

 BLUE value IS 56 (22.27% from 255) = 12.81%

R = 40.05%
G = 47.14%
B = 12.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#AFCE38 (or 0xAFCE38) is known color: Atlantis. HEX triplet: AF, CE and 38. RGB value is (175,206,56). Sum of RGB (Red+Green+Blue) = 175+206+56=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE38 is #5031C7. Grayscale: #B4B4B4. Windows color (decimal): -5255624 or 3722927. OLE color: 3722927.

HSL color Cylindrical-coordinate representation of color #AFCE38: hue angle of 72.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFCE38 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 56 -
CMYK 0.15 0 0.73 0.19
HSL 72.4º 0.6% 0.51% -
HSV(B) 72.4º 0.73% 0.81% -
XYZ 40.46 53.54 11.94 -
YUV 179.63 58.23 124.7 -
System Red Green Blue C M Y K H S L
Decimal 175 206 56 0.15 0 0.73 0.19 72.4 0.6 0.51
Hex AF CE 38 F 0 49 13 48 3C 33
Octal 257 316 70 17 0 111 23 110 74 63
Binary 10101111 11001110 111000 1111 0 1001001 10011 1001000 111100 110011

Color Harmonies of #AFCE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE38

Black with #AFCE38

Text Example


Text Example

White with #AFCE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE38; }

 p { color: rgb(175,206,56); }

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

background-color css

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

 a { background-color: rgb(175,206,56); }

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

border-color css

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

 span { border-color: rgb(175,206,56); }

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