Html Css Color HEX #AFC935 Fuego

📋 copy color: '#AFC935'

red 175 ◦ green 201 ◦ blue 53

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

Shades of Fuego #AFC935

Tints of Fuego #AFC935

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.85%

 BLUE value IS 53 (21.09% from 255) = 12.35%

R = 40.79%
G = 46.85%
B = 12.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#AFC935 (or 0xAFC935) is known color: Fuego. HEX triplet: AF, C9 and 35. RGB value is (175,201,53). Sum of RGB (Red+Green+Blue) = 175+201+53=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC935 is #5036CA. Grayscale: #B0B0B0. Windows color (decimal): -5256907 or 3525039. OLE color: 3525039.

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

Color convert

RGB 175 201 53 -
CMYK 0.13 0 0.74 0.21
HSL 70.54º 0.58% 0.5% -
HSV(B) 70.54º 0.74% 0.79% -
XYZ 39.21 51.14 11.17 -
YUV 176.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 175 201 53 0.13 0 0.74 0.21 70.54 0.58 0.5
Hex AF C9 35 D 0 4A 15 47 3A 32
Octal 257 311 65 15 0 112 25 107 72 62
Binary 10101111 11001001 110101 1101 0 1001010 10101 1000111 111010 110010

Color Harmonies of #AFC935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC935

Black with #AFC935

Text Example


Text Example

White with #AFC935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC935; }

 p { color: rgb(175,201,53); }

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

background-color css

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

 a { background-color: rgb(175,201,53); }

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

border-color css

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

 span { border-color: rgb(175,201,53); }

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