Html Css Color HEX #AFC51E Bahia

📋 copy color: '#AFC51E'

red 175 ◦ green 197 ◦ blue 30

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

Shades of Bahia #AFC51E

Tints of Bahia #AFC51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49%

 BLUE value IS 30 (12.11% from 255) = 7.46%

R = 43.53%
G = 49%
B = 7.46%

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

#AFC51E (or 0xAFC51E) is known color: Bahia. HEX triplet: AF, C5 and 1E. RGB value is (175,197,30). Sum of RGB (Red+Green+Blue) = 175+197+30=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC51E is #503AE1. Grayscale: #ACACAC. Windows color (decimal): -5257954 or 2016687. OLE color: 2016687.

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

Color convert

RGB 175 197 30 -
CMYK 0.11 0 0.85 0.23
HSL 67.9º 0.74% 0.45% -
HSV(B) 67.9º 0.85% 0.77% -
XYZ 37.88 49.14 8.72 -
YUV 171.38 48.21 130.58 -
System Red Green Blue C M Y K H S L
Decimal 175 197 30 0.11 0 0.85 0.23 67.9 0.74 0.45
Hex AF C5 1E B 0 55 17 44 4A 2D
Octal 257 305 36 13 0 125 27 104 112 55
Binary 10101111 11000101 11110 1011 0 1010101 10111 1000100 1001010 101101

Color Harmonies of #AFC51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC51E

Black with #AFC51E

Text Example


Text Example

White with #AFC51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC51E; }

 p { color: rgb(175,197,30); }

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

background-color css

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

 a { background-color: rgb(175,197,30); }

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

border-color css

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

 span { border-color: rgb(175,197,30); }

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