Html Css Color HEX #AFC71C Bahia

📋 copy color: '#AFC71C'

red 175 ◦ green 199 ◦ blue 28

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

Shades of Bahia #AFC71C

Tints of Bahia #AFC71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.5%

 BLUE value IS 28 (11.33% from 255) = 6.97%

R = 43.53%
G = 49.5%
B = 6.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#AFC71C (or 0xAFC71C) is known color: Bahia. HEX triplet: AF, C7 and 1C. RGB value is (175,199,28). Sum of RGB (Red+Green+Blue) = 175+199+28=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC71C is #5038E3. Grayscale: #ACACAC. Windows color (decimal): -5257444 or 1886127. OLE color: 1886127.

HSL color Cylindrical-coordinate representation of color #AFC71C: hue angle of 68.42º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC71C is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 28 -
CMYK 0.12 0 0.86 0.22
HSL 68.42º 0.75% 0.45% -
HSV(B) 68.42º 0.86% 0.78% -
XYZ 38.31 50.04 8.74 -
YUV 172.33 46.55 129.9 -
System Red Green Blue C M Y K H S L
Decimal 175 199 28 0.12 0 0.86 0.22 68.42 0.75 0.45
Hex AF C7 1C C 0 56 16 44 4B 2D
Octal 257 307 34 14 0 126 26 104 113 55
Binary 10101111 11000111 11100 1100 0 1010110 10110 1000100 1001011 101101

Color Harmonies of #AFC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC71C

Black with #AFC71C

Text Example


Text Example

White with #AFC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC71C; }

 p { color: rgb(175,199,28); }

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

background-color css

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

 a { background-color: rgb(175,199,28); }

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

border-color css

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

 span { border-color: rgb(175,199,28); }

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