Html Css Color HEX #AFE661 Conifer

📋 copy color: '#AFE661'

red 175 ◦ green 230 ◦ blue 97

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

Shades of Conifer #AFE661

Tints of Conifer #AFE661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.32%

R = 34.86%
G = 45.82%
B = 19.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#AFE661 (or 0xAFE661) is known color: Conifer. HEX triplet: AF, E6 and 61. RGB value is (175,230,97). Sum of RGB (Red+Green+Blue) = 175+230+97=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE661 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE661 is #50199E. Grayscale: #C6C6C6. Windows color (decimal): -5249439 or 6416047. OLE color: 6416047.

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

Color convert

RGB 175 230 97 -
CMYK 0.24 0 0.58 0.10
HSL 84.81º 0.73% 0.64% -
HSV(B) 84.81º 0.58% 0.9% -
XYZ 48.13 66.57 21.62 -
YUV 198.39 70.78 111.31 -
System Red Green Blue C M Y K H S L
Decimal 175 230 97 0.24 0 0.58 0.10 84.81 0.73 0.64
Hex AF E6 61 18 0 3A A 55 49 40
Octal 257 346 141 30 0 72 12 125 111 100
Binary 10101111 11100110 1100001 11000 0 111010 1010 1010101 1001001 1000000

Color Harmonies of #AFE661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE661

Black with #AFE661

Text Example


Text Example

White with #AFE661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE661; }

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

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

background-color css

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

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

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

border-color css

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

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

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