Html Css Color HEX #AFF5BD Fringy Flower

📋 copy color: '#AFF5BD'

red 175 ◦ green 245 ◦ blue 189

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

Shades of Fringy Flower #AFF5BD

Tints of Fringy Flower #AFF5BD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.23%

 BLUE value IS 189 (74.22% from 255) = 31.03%

R = 28.74%
G = 40.23%
B = 31.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#AFF5BD (or 0xAFF5BD) is known color: Fringy Flower. HEX triplet: AF, F5 and BD. RGB value is (175,245,189). Sum of RGB (Red+Green+Blue) = 175+245+189=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5BD is #500A42. Grayscale: #D9D9D9. Windows color (decimal): -5245507 or 12449199. OLE color: 12449199.

HSL color Cylindrical-coordinate representation of color #AFF5BD: hue angle of 132º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5BD is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 189 -
CMYK 0.29 0 0.23 0.04
HSL 132º 0.78% 0.82% -
HSV(B) 132º 0.29% 0.96% -
XYZ 59.52 78.09 60.08 -
YUV 217.69 111.81 97.55 -
System Red Green Blue C M Y K H S L
Decimal 175 245 189 0.29 0 0.23 0.04 132 0.78 0.82
Hex AF F5 BD 1D 0 17 4 84 4E 52
Octal 257 365 275 35 0 27 4 204 116 122
Binary 10101111 11110101 10111101 11101 0 10111 100 10000100 1001110 1010010

Color Harmonies of #AFF5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5BD

Black with #AFF5BD

Text Example


Text Example

White with #AFF5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5BD; }

 p { color: rgb(175,245,189); }

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

background-color css

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

 a { background-color: rgb(175,245,189); }

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

border-color css

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

 span { border-color: rgb(175,245,189); }

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