Html Css Color HEX #AFD740 Conifer

📋 copy color: '#AFD740'

red 175 ◦ green 215 ◦ blue 64

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

Shades of Conifer #AFD740

Tints of Conifer #AFD740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.1%

R = 38.55%
G = 47.36%
B = 14.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#AFD740 (or 0xAFD740) is known color: Conifer. HEX triplet: AF, D7 and 40. RGB value is (175,215,64). Sum of RGB (Red+Green+Blue) = 175+215+64=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD740 is #5028BF. Grayscale: #BABABA. Windows color (decimal): -5253312 or 4249519. OLE color: 4249519.

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

Color convert

RGB 175 215 64 -
CMYK 0.19 0 0.70 0.16
HSL 75.89º 0.65% 0.55% -
HSV(B) 75.89º 0.7% 0.84% -
XYZ 42.91 58.09 13.8 -
YUV 185.83 59.25 120.28 -
System Red Green Blue C M Y K H S L
Decimal 175 215 64 0.19 0 0.70 0.16 75.89 0.65 0.55
Hex AF D7 40 13 0 46 10 4C 41 37
Octal 257 327 100 23 0 106 20 114 101 67
Binary 10101111 11010111 1000000 10011 0 1000110 10000 1001100 1000001 110111

Color Harmonies of #AFD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD740

Black with #AFD740

Text Example


Text Example

White with #AFD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD740; }

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

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

background-color css

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

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

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

border-color css

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

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

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