Html Css Color HEX #AFD354 Conifer

📋 copy color: '#AFD354'

red 175 ◦ green 211 ◦ blue 84

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

Shades of Conifer #AFD354

Tints of Conifer #AFD354

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.89%

 BLUE value IS 84 (33.2% from 255) = 17.87%

R = 37.23%
G = 44.89%
B = 17.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#AFD354 (or 0xAFD354) is known color: Conifer. HEX triplet: AF, D3 and 54. RGB value is (175,211,84). Sum of RGB (Red+Green+Blue) = 175+211+84=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD354 is #502CAB. Grayscale: #BABABA. Windows color (decimal): -5254316 or 5559215. OLE color: 5559215.

HSL color Cylindrical-coordinate representation of color #AFD354: hue angle of 77.01º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFD354 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 84 -
CMYK 0.17 0 0.60 0.17
HSL 77.01º 0.59% 0.58% -
HSV(B) 77.01º 0.6% 0.83% -
XYZ 42.57 56.34 17.02 -
YUV 185.76 70.57 120.33 -
System Red Green Blue C M Y K H S L
Decimal 175 211 84 0.17 0 0.60 0.17 77.01 0.59 0.58
Hex AF D3 54 11 0 3C 11 4D 3B 3A
Octal 257 323 124 21 0 74 21 115 73 72
Binary 10101111 11010011 1010100 10001 0 111100 10001 1001101 111011 111010

Color Harmonies of #AFD354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD354

Black with #AFD354

Text Example


Text Example

White with #AFD354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD354; }

 p { color: rgb(175,211,84); }

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

background-color css

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

 a { background-color: rgb(175,211,84); }

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

border-color css

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

 span { border-color: rgb(175,211,84); }

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