Html Css Color HEX #AFD548 Conifer

📋 copy color: '#AFD548'

red 175 ◦ green 213 ◦ blue 72

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

Shades of Conifer #AFD548

Tints of Conifer #AFD548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.3%

 BLUE value IS 72 (28.52% from 255) = 15.65%

R = 38.04%
G = 46.3%
B = 15.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#AFD548 (or 0xAFD548) is known color: Conifer. HEX triplet: AF, D5 and 48. RGB value is (175,213,72). Sum of RGB (Red+Green+Blue) = 175+213+72=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD548 is #502AB7. Grayscale: #BABABA. Windows color (decimal): -5253816 or 4773295. OLE color: 4773295.

HSL color Cylindrical-coordinate representation of color #AFD548: hue angle of 76.17º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFD548 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 72 -
CMYK 0.18 0 0.66 0.16
HSL 76.17º 0.63% 0.56% -
HSV(B) 76.17º 0.66% 0.84% -
XYZ 42.64 57.17 14.92 -
YUV 185.56 63.91 120.46 -
System Red Green Blue C M Y K H S L
Decimal 175 213 72 0.18 0 0.66 0.16 76.17 0.63 0.56
Hex AF D5 48 12 0 42 10 4C 3F 38
Octal 257 325 110 22 0 102 20 114 77 70
Binary 10101111 11010101 1001000 10010 0 1000010 10000 1001100 111111 111000

Color Harmonies of #AFD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD548

Black with #AFD548

Text Example


Text Example

White with #AFD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD548; }

 p { color: rgb(175,213,72); }

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

background-color css

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

 a { background-color: rgb(175,213,72); }

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

border-color css

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

 span { border-color: rgb(175,213,72); }

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