Html Css Color HEX #AFF2B7 Fringy Flower

📋 copy color: '#AFF2B7'

red 175 ◦ green 242 ◦ blue 183

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

Shades of Fringy Flower #AFF2B7

Tints of Fringy Flower #AFF2B7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.33%

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

R = 29.17%
G = 40.33%
B = 30.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#AFF2B7 (or 0xAFF2B7) is known color: Fringy Flower. HEX triplet: AF, F2 and B7. RGB value is (175,242,183). Sum of RGB (Red+Green+Blue) = 175+242+183=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2B7 is #500D48. Grayscale: #D7D7D7. Windows color (decimal): -5246281 or 12055215. OLE color: 12055215.

HSL color Cylindrical-coordinate representation of color #AFF2B7: hue angle of 127.16º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2B7 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 183 -
CMYK 0.28 0 0.24 0.05
HSL 127.16º 0.72% 0.82% -
HSV(B) 127.16º 0.28% 0.95% -
XYZ 57.98 76.04 56.42 -
YUV 215.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 175 242 183 0.28 0 0.24 0.05 127.16 0.72 0.82
Hex AF F2 B7 1C 0 18 5 7F 48 52
Octal 257 362 267 34 0 30 5 177 110 122
Binary 10101111 11110010 10110111 11100 0 11000 101 1111111 1001000 1010010

Color Harmonies of #AFF2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2B7

Black with #AFF2B7

Text Example


Text Example

White with #AFF2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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