Html Css Color HEX #AFC52D Bahia

📋 copy color: '#AFC52D'

red 175 ◦ green 197 ◦ blue 45

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

Shades of Bahia #AFC52D

Tints of Bahia #AFC52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.79%

R = 41.97%
G = 47.24%
B = 10.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#AFC52D (or 0xAFC52D) is known color: Bahia. HEX triplet: AF, C5 and 2D. RGB value is (175,197,45). Sum of RGB (Red+Green+Blue) = 175+197+45=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC52D is #503AD2. Grayscale: #ADADAD. Windows color (decimal): -5257939 or 2999727. OLE color: 2999727.

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

Color convert

RGB 175 197 45 -
CMYK 0.11 0 0.77 0.23
HSL 68.68º 0.63% 0.47% -
HSV(B) 68.68º 0.77% 0.77% -
XYZ 38.12 49.24 9.98 -
YUV 173.09 55.71 129.36 -
System Red Green Blue C M Y K H S L
Decimal 175 197 45 0.11 0 0.77 0.23 68.68 0.63 0.47
Hex AF C5 2D B 0 4D 17 45 3F 2F
Octal 257 305 55 13 0 115 27 105 77 57
Binary 10101111 11000101 101101 1011 0 1001101 10111 1000101 111111 101111

Color Harmonies of #AFC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC52D

Black with #AFC52D

Text Example


Text Example

White with #AFC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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