Html Css Color HEX #AFE261 Conifer

📋 copy color: '#AFE261'

red 175 ◦ green 226 ◦ blue 97

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

Shades of Conifer #AFE261

Tints of Conifer #AFE261

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.38%

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

R = 35.14%
G = 45.38%
B = 19.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#AFE261 (or 0xAFE261) is known color: Conifer. HEX triplet: AF, E2 and 61. RGB value is (175,226,97). Sum of RGB (Red+Green+Blue) = 175+226+97=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE261 is #501D9E. Grayscale: #C4C4C4. Windows color (decimal): -5250463 or 6415023. OLE color: 6415023.

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

Color convert

RGB 175 226 97 -
CMYK 0.23 0 0.57 0.11
HSL 83.72º 0.69% 0.63% -
HSV(B) 83.72º 0.57% 0.89% -
XYZ 47.03 64.37 21.25 -
YUV 196.05 72.1 112.99 -
System Red Green Blue C M Y K H S L
Decimal 175 226 97 0.23 0 0.57 0.11 83.72 0.69 0.63
Hex AF E2 61 17 0 39 B 54 45 3F
Octal 257 342 141 27 0 71 13 124 105 77
Binary 10101111 11100010 1100001 10111 0 111001 1011 1010100 1000101 111111

Color Harmonies of #AFE261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE261

Black with #AFE261

Text Example


Text Example

White with #AFE261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE261; }

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

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

background-color css

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

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

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

border-color css

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

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

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