Html Css Color HEX #AFE840 Conifer

📋 copy color: '#AFE840'

red 175 ◦ green 232 ◦ blue 64

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

Shades of Conifer #AFE840

Tints of Conifer #AFE840

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.26%

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

R = 37.15%
G = 49.26%
B = 13.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#AFE840 (or 0xAFE840) is known color: Conifer. HEX triplet: AF, E8 and 40. RGB value is (175,232,64). Sum of RGB (Red+Green+Blue) = 175+232+64=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE840 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE840 is #5017BF. Grayscale: #C4C4C4. Windows color (decimal): -5248960 or 4253871. OLE color: 4253871.

HSL color Cylindrical-coordinate representation of color #AFE840: hue angle of 80.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFE840 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 64 -
CMYK 0.25 0 0.72 0.09
HSL 80.36º 0.79% 0.58% -
HSV(B) 80.36º 0.72% 0.91% -
XYZ 47.46 67.2 15.32 -
YUV 195.81 53.62 113.16 -
System Red Green Blue C M Y K H S L
Decimal 175 232 64 0.25 0 0.72 0.09 80.36 0.79 0.58
Hex AF E8 40 19 0 48 9 50 4F 3A
Octal 257 350 100 31 0 110 11 120 117 72
Binary 10101111 11101000 1000000 11001 0 1001000 1001 1010000 1001111 111010

Color Harmonies of #AFE840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE840

Black with #AFE840

Text Example


Text Example

White with #AFE840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE840; }

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

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

background-color css

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

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

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

border-color css

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

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

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