Html Css Color HEX #AFE640 Conifer

📋 copy color: '#AFE640'

red 175 ◦ green 230 ◦ blue 64

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

Shades of Conifer #AFE640

Tints of Conifer #AFE640

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.04%

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

R = 37.31%
G = 49.04%
B = 13.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#AFE640 (or 0xAFE640) is known color: Conifer. HEX triplet: AF, E6 and 40. RGB value is (175,230,64). Sum of RGB (Red+Green+Blue) = 175+230+64=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE640 is #5019BF. Grayscale: #C3C3C3. Windows color (decimal): -5249472 or 4253359. OLE color: 4253359.

HSL color Cylindrical-coordinate representation of color #AFE640: hue angle of 79.88º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFE640 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 64 -
CMYK 0.24 0 0.72 0.10
HSL 79.88º 0.77% 0.58% -
HSV(B) 79.88º 0.72% 0.9% -
XYZ 46.9 66.08 15.13 -
YUV 194.63 54.28 114 -
System Red Green Blue C M Y K H S L
Decimal 175 230 64 0.24 0 0.72 0.10 79.88 0.77 0.58
Hex AF E6 40 18 0 48 A 50 4D 3A
Octal 257 346 100 30 0 110 12 120 115 72
Binary 10101111 11100110 1000000 11000 0 1001000 1010 1010000 1001101 111010

Color Harmonies of #AFE640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE640

Black with #AFE640

Text Example


Text Example

White with #AFE640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE640; }

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

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

background-color css

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

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

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

border-color css

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

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

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