Html Css Color HEX #AFC41F Bahia

📋 copy color: '#AFC41F'

red 175 ◦ green 196 ◦ blue 31

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

Shades of Bahia #AFC41F

Tints of Bahia #AFC41F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.76%

 BLUE value IS 31 (12.5% from 255) = 7.71%

R = 43.53%
G = 48.76%
B = 7.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#AFC41F (or 0xAFC41F) is known color: Bahia. HEX triplet: AF, C4 and 1F. RGB value is (175,196,31). Sum of RGB (Red+Green+Blue) = 175+196+31=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC41F is #503BE0. Grayscale: #ABABAB. Windows color (decimal): -5258209 or 2081967. OLE color: 2081967.

HSL color Cylindrical-coordinate representation of color #AFC41F: hue angle of 67.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFC41F is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 31 -
CMYK 0.11 0 0.84 0.23
HSL 67.64º 0.73% 0.45% -
HSV(B) 67.64º 0.84% 0.77% -
XYZ 37.67 48.69 8.71 -
YUV 170.91 49.04 130.92 -
System Red Green Blue C M Y K H S L
Decimal 175 196 31 0.11 0 0.84 0.23 67.64 0.73 0.45
Hex AF C4 1F B 0 54 17 44 49 2D
Octal 257 304 37 13 0 124 27 104 111 55
Binary 10101111 11000100 11111 1011 0 1010100 10111 1000100 1001001 101101

Color Harmonies of #AFC41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC41F

Black with #AFC41F

Text Example


Text Example

White with #AFC41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC41F; }

 p { color: rgb(175,196,31); }

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

background-color css

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

 a { background-color: rgb(175,196,31); }

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

border-color css

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

 span { border-color: rgb(175,196,31); }

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