Html Css Color HEX #AFE275 Feijoa

📋 copy color: '#AFE275'

red 175 ◦ green 226 ◦ blue 117

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

Shades of Feijoa #AFE275

Tints of Feijoa #AFE275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.59%

R = 33.78%
G = 43.63%
B = 22.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#AFE275 (or 0xAFE275) is known color: Feijoa. HEX triplet: AF, E2 and 75. RGB value is (175,226,117). Sum of RGB (Red+Green+Blue) = 175+226+117=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE275 is #501D8A. Grayscale: #C6C6C6. Windows color (decimal): -5250443 or 7725743. OLE color: 7725743.

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

Color convert

RGB 175 226 117 -
CMYK 0.23 0 0.48 0.11
HSL 88.07º 0.65% 0.67% -
HSV(B) 88.07º 0.48% 0.89% -
XYZ 48.09 64.79 26.8 -
YUV 198.33 82.1 111.36 -
System Red Green Blue C M Y K H S L
Decimal 175 226 117 0.23 0 0.48 0.11 88.07 0.65 0.67
Hex AF E2 75 17 0 30 B 58 41 43
Octal 257 342 165 27 0 60 13 130 101 103
Binary 10101111 11100010 1110101 10111 0 110000 1011 1011000 1000001 1000011

Color Harmonies of #AFE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE275

Black with #AFE275

Text Example


Text Example

White with #AFE275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE275; }

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

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

background-color css

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

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

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

border-color css

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

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

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