Html Css Color HEX #AFCD29 Bahia

📋 copy color: '#AFCD29'

red 175 ◦ green 205 ◦ blue 41

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

Shades of Bahia #AFCD29

Tints of Bahia #AFCD29

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.69%

 BLUE value IS 41 (16.41% from 255) = 9.74%

R = 41.57%
G = 48.69%
B = 9.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#AFCD29 (or 0xAFCD29) is known color: Bahia. HEX triplet: AF, CD and 29. RGB value is (175,205,41). Sum of RGB (Red+Green+Blue) = 175+205+41=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD29 is #5032D6. Grayscale: #B1B1B1. Windows color (decimal): -5255895 or 2739631. OLE color: 2739631.

HSL color Cylindrical-coordinate representation of color #AFCD29: hue angle of 70.98º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFCD29 is Cyan = 0.15, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 41 -
CMYK 0.15 0 0.8 0.20
HSL 70.98º 0.67% 0.48% -
HSV(B) 70.98º 0.8% 0.8% -
XYZ 39.91 52.94 10.21 -
YUV 177.33 51.06 126.34 -
System Red Green Blue C M Y K H S L
Decimal 175 205 41 0.15 0 0.8 0.20 70.98 0.67 0.48
Hex AF CD 29 F 0 50 14 47 43 30
Octal 257 315 51 17 0 120 24 107 103 60
Binary 10101111 11001101 101001 1111 0 1010000 10100 1000111 1000011 110000

Color Harmonies of #AFCD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD29

Black with #AFCD29

Text Example


Text Example

White with #AFCD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD29; }

 p { color: rgb(175,205,41); }

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

background-color css

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

 a { background-color: rgb(175,205,41); }

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

border-color css

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

 span { border-color: rgb(175,205,41); }

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