Html Css Color HEX #AFFDB9 Fringy Flower

📋 copy color: '#AFFDB9'

red 175 ◦ green 253 ◦ blue 185

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

Shades of Fringy Flower #AFFDB9

Tints of Fringy Flower #AFFDB9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.27%

 BLUE value IS 185 (72.66% from 255) = 30.18%

R = 28.55%
G = 41.27%
B = 30.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#AFFDB9 (or 0xAFFDB9) is known color: Fringy Flower. HEX triplet: AF, FD and B9. RGB value is (175,253,185). Sum of RGB (Red+Green+Blue) = 175+253+185=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDB9 is #500246. Grayscale: #DEDEDE. Windows color (decimal): -5243463 or 12189103. OLE color: 12189103.

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

Color convert

RGB 175 253 185 -
CMYK 0.31 0 0.27 0.01
HSL 127.69º 0.95% 0.84% -
HSV(B) 127.69º 0.31% 0.99% -
XYZ 61.56 82.87 58.65 -
YUV 221.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 175 253 185 0.31 0 0.27 0.01 127.69 0.95 0.84
Hex AF FD B9 1F 0 1B 1 80 5F 54
Octal 257 375 271 37 0 33 1 200 137 124
Binary 10101111 11111101 10111001 11111 0 11011 1 10000000 1011111 1010100

Color Harmonies of #AFFDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDB9

Black with #AFFDB9

Text Example


Text Example

White with #AFFDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDB9; }

 p { color: rgb(175,253,185); }

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

background-color css

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

 a { background-color: rgb(175,253,185); }

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

border-color css

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

 span { border-color: rgb(175,253,185); }

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