Html Css Color HEX #AFE4B7 Fringy Flower

📋 copy color: '#AFE4B7'

red 175 ◦ green 228 ◦ blue 183

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

Shades of Fringy Flower #AFE4B7

Tints of Fringy Flower #AFE4B7

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.91%

 BLUE value IS 183 (71.88% from 255) = 31.23%

R = 29.86%
G = 38.91%
B = 31.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#AFE4B7 (or 0xAFE4B7) is known color: Fringy Flower. HEX triplet: AF, E4 and B7. RGB value is (175,228,183). Sum of RGB (Red+Green+Blue) = 175+228+183=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4B7 is #501B48. Grayscale: #CFCFCF. Windows color (decimal): -5249865 or 12051631. OLE color: 12051631.

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

Color convert

RGB 175 228 183 -
CMYK 0.23 0 0.20 0.11
HSL 129.06º 0.5% 0.79% -
HSV(B) 129.06º 0.23% 0.89% -
XYZ 53.97 68.02 55.08 -
YUV 207.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 175 228 183 0.23 0 0.20 0.11 129.06 0.5 0.79
Hex AF E4 B7 17 0 14 B 81 32 4F
Octal 257 344 267 27 0 24 13 201 62 117
Binary 10101111 11100100 10110111 10111 0 10100 1011 10000001 110010 1001111

Color Harmonies of #AFE4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4B7

Black with #AFE4B7

Text Example


Text Example

White with #AFE4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4B7; }

 p { color: rgb(175,228,183); }

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

background-color css

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

 a { background-color: rgb(175,228,183); }

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

border-color css

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

 span { border-color: rgb(175,228,183); }

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