Html Css Color HEX #AFFDB8 Fringy Flower

📋 copy color: '#AFFDB8'

red 175 ◦ green 253 ◦ blue 184

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

Shades of Fringy Flower #AFFDB8

Tints of Fringy Flower #AFFDB8

RGB

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

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

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

R = 28.59%
G = 41.34%
B = 30.07%

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

#AFFDB8 (or 0xAFFDB8) is known color: Fringy Flower. HEX triplet: AF, FD and B8. RGB value is (175,253,184). Sum of RGB (Red+Green+Blue) = 175+253+184=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDB8 is #500247. Grayscale: #DEDEDE. Windows color (decimal): -5243464 or 12123567. OLE color: 12123567.

HSL color Cylindrical-coordinate representation of color #AFFDB8: hue angle of 126.92º 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 #AFFDB8 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 184 -
CMYK 0.31 0 0.27 0.01
HSL 126.92º 0.95% 0.84% -
HSV(B) 126.92º 0.31% 0.99% -
XYZ 61.46 82.83 58.1 -
YUV 221.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 175 253 184 0.31 0 0.27 0.01 126.92 0.95 0.84
Hex AF FD B8 1F 0 1B 1 7F 5F 54
Octal 257 375 270 37 0 33 1 177 137 124
Binary 10101111 11111101 10111000 11111 0 11011 1 1111111 1011111 1010100

Color Harmonies of #AFFDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDB8

Black with #AFFDB8

Text Example


Text Example

White with #AFFDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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