Html Css Color HEX #AFCC33 Fuego

📋 copy color: '#AFCC33'

red 175 ◦ green 204 ◦ blue 51

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

Shades of Fuego #AFCC33

Tints of Fuego #AFCC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.86%

R = 40.7%
G = 47.44%
B = 11.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#AFCC33 (or 0xAFCC33) is known color: Fuego. HEX triplet: AF, CC and 33. RGB value is (175,204,51). Sum of RGB (Red+Green+Blue) = 175+204+51=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC33 is #5033CC. Grayscale: #B2B2B2. Windows color (decimal): -5256141 or 3394735. OLE color: 3394735.

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

Color convert

RGB 175 204 51 -
CMYK 0.14 0 0.75 0.2
HSL 71.37º 0.6% 0.5% -
HSV(B) 71.37º 0.75% 0.8% -
XYZ 39.87 52.54 11.17 -
YUV 177.89 56.39 125.94 -
System Red Green Blue C M Y K H S L
Decimal 175 204 51 0.14 0 0.75 0.2 71.37 0.6 0.5
Hex AF CC 33 E 0 4B 14 47 3C 32
Octal 257 314 63 16 0 113 24 107 74 62
Binary 10101111 11001100 110011 1110 0 1001011 10100 1000111 111100 110010

Color Harmonies of #AFCC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC33

Black with #AFCC33

Text Example


Text Example

White with #AFCC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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