Html Css Color HEX #AFC41D Bahia

📋 copy color: '#AFC41D'

red 175 ◦ green 196 ◦ blue 29

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

Shades of Bahia #AFC41D

Tints of Bahia #AFC41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.25%

R = 43.75%
G = 49%
B = 7.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#AFC41D (or 0xAFC41D) is known color: Bahia. HEX triplet: AF, C4 and 1D. RGB value is (175,196,29). Sum of RGB (Red+Green+Blue) = 175+196+29=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC41D is #503BE2. Grayscale: #ABABAB. Windows color (decimal): -5258211 or 1950895. OLE color: 1950895.

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

Color convert

RGB 175 196 29 -
CMYK 0.11 0 0.85 0.23
HSL 67.54º 0.74% 0.44% -
HSV(B) 67.54º 0.85% 0.77% -
XYZ 37.64 48.68 8.58 -
YUV 170.68 48.04 131.08 -
System Red Green Blue C M Y K H S L
Decimal 175 196 29 0.11 0 0.85 0.23 67.54 0.74 0.44
Hex AF C4 1D B 0 55 17 44 4A 2C
Octal 257 304 35 13 0 125 27 104 112 54
Binary 10101111 11000100 11101 1011 0 1010101 10111 1000100 1001010 101100

Color Harmonies of #AFC41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC41D

Black with #AFC41D

Text Example


Text Example

White with #AFC41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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