Html Css Color HEX #AFFFB8 Fringy Flower

📋 copy color: '#AFFFB8'

red 175 ◦ green 255 ◦ blue 184

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

Shades of Fringy Flower #AFFFB8

Tints of Fringy Flower #AFFFB8

RGB

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

 GREEN value IS 255 (100% from 255) = 41.53%

 BLUE value IS 184 (72.27% from 255) = 29.97%

R = 28.5%
G = 41.53%
B = 29.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#AFFFB8 (or 0xAFFFB8) is known color: Fringy Flower. HEX triplet: AF, FF and B8. RGB value is (175,255,184). Sum of RGB (Red+Green+Blue) = 175+255+184=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 184 (72.27% from 255 or 29.97% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFB8 is #500047. Grayscale: #DFDFDF. Windows color (decimal): -5242952 or 12124079. OLE color: 12124079.

HSL color Cylindrical-coordinate representation of color #AFFFB8: hue angle of 126.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFB8 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 184 -
CMYK 0.31 0 0.28 0
HSL 126.75º 1% 0.84% -
HSV(B) 126.75º 0.31% 1% -
XYZ 62.09 84.09 58.31 -
YUV 222.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 175 255 184 0.31 0 0.28 0 126.75 1 0.84
Hex AF FF B8 1F 0 1C 0 7F 64 54
Octal 257 377 270 37 0 34 0 177 144 124
Binary 10101111 11111111 10111000 11111 0 11100 0 1111111 1100100 1010100

Color Harmonies of #AFFFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFB8

Black with #AFFFB8

Text Example


Text Example

White with #AFFFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFB8; }

 p { color: rgb(175,255,184); }

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

background-color css

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

 a { background-color: rgb(175,255,184); }

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

border-color css

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

 span { border-color: rgb(175,255,184); }

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