Html Css Color HEX #AFC82F Bahia

📋 copy color: '#AFC82F'

red 175 ◦ green 200 ◦ blue 47

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

Shades of Bahia #AFC82F

Tints of Bahia #AFC82F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

 BLUE value IS 47 (18.75% from 255) = 11.14%

R = 41.47%
G = 47.39%
B = 11.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#AFC82F (or 0xAFC82F) is known color: Bahia. HEX triplet: AF, C8 and 2F. RGB value is (175,200,47). Sum of RGB (Red+Green+Blue) = 175+200+47=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC82F is #5037D0. Grayscale: #AFAFAF. Windows color (decimal): -5257169 or 3131567. OLE color: 3131567.

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

Color convert

RGB 175 200 47 -
CMYK 0.12 0 0.76 0.22
HSL 69.8º 0.62% 0.48% -
HSV(B) 69.8º 0.77% 0.78% -
XYZ 38.85 50.63 10.41 -
YUV 175.08 55.72 127.94 -
System Red Green Blue C M Y K H S L
Decimal 175 200 47 0.12 0 0.76 0.22 69.8 0.62 0.48
Hex AF C8 2F C 0 4C 16 46 3E 30
Octal 257 310 57 14 0 114 26 106 76 60
Binary 10101111 11001000 101111 1100 0 1001100 10110 1000110 111110 110000

Color Harmonies of #AFC82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC82F

Black with #AFC82F

Text Example


Text Example

White with #AFC82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC82F; }

 p { color: rgb(175,200,47); }

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

background-color css

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

 a { background-color: rgb(175,200,47); }

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

border-color css

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

 span { border-color: rgb(175,200,47); }

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