Html Css Color HEX #AFDFB5 Fringy Flower

📋 copy color: '#AFDFB5'

red 175 ◦ green 223 ◦ blue 181

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

Shades of Fringy Flower #AFDFB5

Tints of Fringy Flower #AFDFB5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.51%

 BLUE value IS 181 (71.09% from 255) = 31.26%

R = 30.22%
G = 38.51%
B = 31.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#AFDFB5 (or 0xAFDFB5) is known color: Fringy Flower. HEX triplet: AF, DF and B5. RGB value is (175,223,181). Sum of RGB (Red+Green+Blue) = 175+223+181=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFB5 is #50204A. Grayscale: #CBCBCB. Windows color (decimal): -5251147 or 11919279. OLE color: 11919279.

HSL color Cylindrical-coordinate representation of color #AFDFB5: hue angle of 127.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFB5 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 181 -
CMYK 0.22 0 0.19 0.13
HSL 127.5º 0.43% 0.78% -
HSV(B) 127.5º 0.22% 0.87% -
XYZ 52.41 65.23 53.54 -
YUV 203.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 175 223 181 0.22 0 0.19 0.13 127.5 0.43 0.78
Hex AF DF B5 16 0 13 D 80 2B 4E
Octal 257 337 265 26 0 23 15 200 53 116
Binary 10101111 11011111 10110101 10110 0 10011 1101 10000000 101011 1001110

Color Harmonies of #AFDFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFB5

Black with #AFDFB5

Text Example


Text Example

White with #AFDFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFB5; }

 p { color: rgb(175,223,181); }

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

background-color css

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

 a { background-color: rgb(175,223,181); }

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

border-color css

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

 span { border-color: rgb(175,223,181); }

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