Html Css Color HEX #AFE441 Conifer

📋 copy color: '#AFE441'

red 175 ◦ green 228 ◦ blue 65

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

Shades of Conifer #AFE441

Tints of Conifer #AFE441

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.72%

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

R = 37.39%
G = 48.72%
B = 13.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#AFE441 (or 0xAFE441) is known color: Conifer. HEX triplet: AF, E4 and 41. RGB value is (175,228,65). Sum of RGB (Red+Green+Blue) = 175+228+65=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE441 is #501BBE. Grayscale: #C2C2C2. Windows color (decimal): -5249983 or 4318383. OLE color: 4318383.

HSL color Cylindrical-coordinate representation of color #AFE441: hue angle of 79.51º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFE441 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 65 -
CMYK 0.23 0 0.71 0.11
HSL 79.51º 0.75% 0.57% -
HSV(B) 79.51º 0.71% 0.89% -
XYZ 46.38 64.98 15.1 -
YUV 193.57 55.44 114.75 -
System Red Green Blue C M Y K H S L
Decimal 175 228 65 0.23 0 0.71 0.11 79.51 0.75 0.57
Hex AF E4 41 17 0 47 B 50 4B 39
Octal 257 344 101 27 0 107 13 120 113 71
Binary 10101111 11100100 1000001 10111 0 1000111 1011 1010000 1001011 111001

Color Harmonies of #AFE441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE441

Black with #AFE441

Text Example


Text Example

White with #AFE441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE441; }

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

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

background-color css

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

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

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

border-color css

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

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

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