Html Css Color HEX #AFE841 Conifer

📋 copy color: '#AFE841'

red 175 ◦ green 232 ◦ blue 65

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

Shades of Conifer #AFE841

Tints of Conifer #AFE841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.77%

R = 37.08%
G = 49.15%
B = 13.77%

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

#AFE841 (or 0xAFE841) is known color: Conifer. HEX triplet: AF, E8 and 41. RGB value is (175,232,65). Sum of RGB (Red+Green+Blue) = 175+232+65=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE841 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE841 is #5017BE. Grayscale: #C4C4C4. Windows color (decimal): -5248959 or 4319407. OLE color: 4319407.

HSL color Cylindrical-coordinate representation of color #AFE841: hue angle of 80.48º degrees, saturation: 0.78, 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 #AFE841 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 65 -
CMYK 0.25 0 0.72 0.09
HSL 80.48º 0.78% 0.58% -
HSV(B) 80.48º 0.72% 0.91% -
XYZ 47.49 67.21 15.47 -
YUV 195.92 54.12 113.08 -
System Red Green Blue C M Y K H S L
Decimal 175 232 65 0.25 0 0.72 0.09 80.48 0.78 0.58
Hex AF E8 41 19 0 48 9 50 4E 3A
Octal 257 350 101 31 0 110 11 120 116 72
Binary 10101111 11101000 1000001 11001 0 1001000 1001 1010000 1001110 111010

Color Harmonies of #AFE841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE841

Black with #AFE841

Text Example


Text Example

White with #AFE841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE841; }

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

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

background-color css

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

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

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

border-color css

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

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

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