Html Css Color HEX #AFE375 Feijoa

📋 copy color: '#AFE375'

red 175 ◦ green 227 ◦ blue 117

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

Shades of Feijoa #AFE375

Tints of Feijoa #AFE375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.74%

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

R = 33.72%
G = 43.74%
B = 22.54%

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

#AFE375 (or 0xAFE375) is known color: Feijoa. HEX triplet: AF, E3 and 75. RGB value is (175,227,117). Sum of RGB (Red+Green+Blue) = 175+227+117=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE375 is #501C8A. Grayscale: #C7C7C7. Windows color (decimal): -5250187 or 7725999. OLE color: 7725999.

HSL color Cylindrical-coordinate representation of color #AFE375: hue angle of 88.36º degrees, saturation: 0.66, 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 #AFE375 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 117 -
CMYK 0.23 0 0.48 0.11
HSL 88.36º 0.66% 0.67% -
HSV(B) 88.36º 0.48% 0.89% -
XYZ 48.36 65.34 26.89 -
YUV 198.91 81.77 110.94 -
System Red Green Blue C M Y K H S L
Decimal 175 227 117 0.23 0 0.48 0.11 88.36 0.66 0.67
Hex AF E3 75 17 0 30 B 58 42 43
Octal 257 343 165 27 0 60 13 130 102 103
Binary 10101111 11100011 1110101 10111 0 110000 1011 1011000 1000010 1000011

Color Harmonies of #AFE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE375

Black with #AFE375

Text Example


Text Example

White with #AFE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE375; }

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

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

background-color css

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

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

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

border-color css

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

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

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