Html Css Color HEX #AFE641 Conifer

📋 copy color: '#AFE641'

red 175 ◦ green 230 ◦ blue 65

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

Shades of Conifer #AFE641

Tints of Conifer #AFE641

RGB

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

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

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

R = 37.23%
G = 48.94%
B = 13.83%

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

#AFE641 (or 0xAFE641) is known color: Conifer. HEX triplet: AF, E6 and 41. RGB value is (175,230,65). Sum of RGB (Red+Green+Blue) = 175+230+65=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE641 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE641 is #5019BE. Grayscale: #C3C3C3. Windows color (decimal): -5249471 or 4318895. OLE color: 4318895.

HSL color Cylindrical-coordinate representation of color #AFE641: hue angle of 80º 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 #AFE641 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 65 -
CMYK 0.24 0 0.72 0.10
HSL 80º 0.77% 0.58% -
HSV(B) 80º 0.72% 0.9% -
XYZ 46.93 66.09 15.28 -
YUV 194.75 54.78 113.92 -
System Red Green Blue C M Y K H S L
Decimal 175 230 65 0.24 0 0.72 0.10 80 0.77 0.58
Hex AF E6 41 18 0 48 A 50 4D 3A
Octal 257 346 101 30 0 110 12 120 115 72
Binary 10101111 11100110 1000001 11000 0 1001000 1010 1010000 1001101 111010

Color Harmonies of #AFE641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE641

Black with #AFE641

Text Example


Text Example

White with #AFE641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE641; }

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

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

background-color css

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

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

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

border-color css

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

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

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