Html Css Color HEX #AFD440 Conifer

📋 copy color: '#AFD440'

red 175 ◦ green 212 ◦ blue 64

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

Shades of Conifer #AFD440

Tints of Conifer #AFD440

RGB

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

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

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

R = 38.8%
G = 47.01%
B = 14.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#AFD440 (or 0xAFD440) is known color: Conifer. HEX triplet: AF, D4 and 40. RGB value is (175,212,64). Sum of RGB (Red+Green+Blue) = 175+212+64=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD440 is #502BBF. Grayscale: #B8B8B8. Windows color (decimal): -5254080 or 4248751. OLE color: 4248751.

HSL color Cylindrical-coordinate representation of color #AFD440: hue angle of 75º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFD440 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 64 -
CMYK 0.17 0 0.70 0.17
HSL 75º 0.63% 0.54% -
HSV(B) 75º 0.7% 0.83% -
XYZ 42.15 56.57 13.55 -
YUV 184.07 60.24 121.53 -
System Red Green Blue C M Y K H S L
Decimal 175 212 64 0.17 0 0.70 0.17 75 0.63 0.54
Hex AF D4 40 11 0 46 11 4B 3F 36
Octal 257 324 100 21 0 106 21 113 77 66
Binary 10101111 11010100 1000000 10001 0 1000110 10001 1001011 111111 110110

Color Harmonies of #AFD440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD440

Black with #AFD440

Text Example


Text Example

White with #AFD440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD440; }

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

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

background-color css

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

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

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

border-color css

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

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

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