Html Css Color HEX #AFC425 Bahia

📋 copy color: '#AFC425'

red 175 ◦ green 196 ◦ blue 37

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

Shades of Bahia #AFC425

Tints of Bahia #AFC425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.07%

R = 42.89%
G = 48.04%
B = 9.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#AFC425 (or 0xAFC425) is known color: Bahia. HEX triplet: AF, C4 and 25. RGB value is (175,196,37). Sum of RGB (Red+Green+Blue) = 175+196+37=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC425 is #503BDA. Grayscale: #ACACAC. Windows color (decimal): -5258203 or 2475183. OLE color: 2475183.

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

Color convert

RGB 175 196 37 -
CMYK 0.11 0 0.81 0.23
HSL 67.92º 0.68% 0.46% -
HSV(B) 67.92º 0.81% 0.77% -
XYZ 37.75 48.73 9.17 -
YUV 171.6 52.04 130.43 -
System Red Green Blue C M Y K H S L
Decimal 175 196 37 0.11 0 0.81 0.23 67.92 0.68 0.46
Hex AF C4 25 B 0 51 17 44 44 2E
Octal 257 304 45 13 0 121 27 104 104 56
Binary 10101111 11000100 100101 1011 0 1010001 10111 1000100 1000100 101110

Color Harmonies of #AFC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC425

Black with #AFC425

Text Example


Text Example

White with #AFC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC425; }

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

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

background-color css

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

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

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

border-color css

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

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

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