Html Css Color HEX #AFD44C Conifer

📋 copy color: '#AFD44C'

red 175 ◦ green 212 ◦ blue 76

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

Shades of Conifer #AFD44C

Tints of Conifer #AFD44C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.79%

 BLUE value IS 76 (30.08% from 255) = 16.41%

R = 37.8%
G = 45.79%
B = 16.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#AFD44C (or 0xAFD44C) is known color: Conifer. HEX triplet: AF, D4 and 4C. RGB value is (175,212,76). Sum of RGB (Red+Green+Blue) = 175+212+76=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD44C is #502BB3. Grayscale: #B9B9B9. Windows color (decimal): -5254068 or 5035183. OLE color: 5035183.

HSL color Cylindrical-coordinate representation of color #AFD44C: hue angle of 76.32º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFD44C is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 76 -
CMYK 0.17 0 0.64 0.17
HSL 76.32º 0.61% 0.56% -
HSV(B) 76.32º 0.64% 0.83% -
XYZ 42.53 56.72 15.54 -
YUV 185.43 66.24 120.56 -
System Red Green Blue C M Y K H S L
Decimal 175 212 76 0.17 0 0.64 0.17 76.32 0.61 0.56
Hex AF D4 4C 11 0 40 11 4C 3D 38
Octal 257 324 114 21 0 100 21 114 75 70
Binary 10101111 11010100 1001100 10001 0 1000000 10001 1001100 111101 111000

Color Harmonies of #AFD44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD44C

Black with #AFD44C

Text Example


Text Example

White with #AFD44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD44C; }

 p { color: rgb(175,212,76); }

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

background-color css

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

 a { background-color: rgb(175,212,76); }

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

border-color css

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

 span { border-color: rgb(175,212,76); }

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