Html Css Color HEX #AFD744 Conifer

📋 copy color: '#AFD744'

red 175 ◦ green 215 ◦ blue 68

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

Shades of Conifer #AFD744

Tints of Conifer #AFD744

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.94%

 BLUE value IS 68 (26.95% from 255) = 14.85%

R = 38.21%
G = 46.94%
B = 14.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#AFD744 (or 0xAFD744) is known color: Conifer. HEX triplet: AF, D7 and 44. RGB value is (175,215,68). Sum of RGB (Red+Green+Blue) = 175+215+68=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD744 is #5028BB. Grayscale: #BABABA. Windows color (decimal): -5253308 or 4511663. OLE color: 4511663.

HSL color Cylindrical-coordinate representation of color #AFD744: hue angle of 76.33º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFD744 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 68 -
CMYK 0.19 0 0.68 0.16
HSL 76.33º 0.65% 0.55% -
HSV(B) 76.33º 0.68% 0.84% -
XYZ 43.02 58.13 14.42 -
YUV 186.28 61.25 119.95 -
System Red Green Blue C M Y K H S L
Decimal 175 215 68 0.19 0 0.68 0.16 76.33 0.65 0.55
Hex AF D7 44 13 0 44 10 4C 41 37
Octal 257 327 104 23 0 104 20 114 101 67
Binary 10101111 11010111 1000100 10011 0 1000100 10000 1001100 1000001 110111

Color Harmonies of #AFD744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD744

Black with #AFD744

Text Example


Text Example

White with #AFD744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD744; }

 p { color: rgb(175,215,68); }

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

background-color css

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

 a { background-color: rgb(175,215,68); }

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

border-color css

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

 span { border-color: rgb(175,215,68); }

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