Html Css Color HEX #AFCE37 Atlantis

📋 copy color: '#AFCE37'

red 175 ◦ green 206 ◦ blue 55

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

Shades of Atlantis #AFCE37

Tints of Atlantis #AFCE37

RGB

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

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

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

R = 40.14%
G = 47.25%
B = 12.61%

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

#AFCE37 (or 0xAFCE37) is known color: Atlantis. HEX triplet: AF, CE and 37. RGB value is (175,206,55). Sum of RGB (Red+Green+Blue) = 175+206+55=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE37 is #5031C8. Grayscale: #B4B4B4. Windows color (decimal): -5255625 or 3657391. OLE color: 3657391.

HSL color Cylindrical-coordinate representation of color #AFCE37: hue angle of 72.32º degrees, saturation: 0.61, 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 #AFCE37 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 55 -
CMYK 0.15 0 0.73 0.19
HSL 72.32º 0.61% 0.51% -
HSV(B) 72.32º 0.73% 0.81% -
XYZ 40.44 53.53 11.82 -
YUV 179.52 57.73 124.78 -
System Red Green Blue C M Y K H S L
Decimal 175 206 55 0.15 0 0.73 0.19 72.32 0.61 0.51
Hex AF CE 37 F 0 49 13 48 3D 33
Octal 257 316 67 17 0 111 23 110 75 63
Binary 10101111 11001110 110111 1111 0 1001001 10011 1001000 111101 110011

Color Harmonies of #AFCE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE37

Black with #AFCE37

Text Example


Text Example

White with #AFCE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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