Html Css Color HEX #AFE383 Feijoa

📋 copy color: '#AFE383'

red 175 ◦ green 227 ◦ blue 131

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

Shades of Feijoa #AFE383

Tints of Feijoa #AFE383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.58%

R = 32.83%
G = 42.59%
B = 24.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#AFE383 (or 0xAFE383) is known color: Feijoa. HEX triplet: AF, E3 and 83. RGB value is (175,227,131). Sum of RGB (Red+Green+Blue) = 175+227+131=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE383 is #501C7C. Grayscale: #C8C8C8. Windows color (decimal): -5250173 or 8643503. OLE color: 8643503.

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

Color convert

RGB 175 227 131 -
CMYK 0.23 0 0.42 0.11
HSL 92.5º 0.63% 0.7% -
HSV(B) 92.5º 0.42% 0.89% -
XYZ 49.25 65.69 31.56 -
YUV 200.51 88.77 109.81 -
System Red Green Blue C M Y K H S L
Decimal 175 227 131 0.23 0 0.42 0.11 92.5 0.63 0.7
Hex AF E3 83 17 0 2A B 5C 3F 46
Octal 257 343 203 27 0 52 13 134 77 106
Binary 10101111 11100011 10000011 10111 0 101010 1011 1011100 111111 1000110

Color Harmonies of #AFE383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE383

Black with #AFE383

Text Example


Text Example

White with #AFE383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE383; }

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

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

background-color css

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

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

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

border-color css

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

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

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