Html Css Color HEX #AFEDB7 Fringy Flower

📋 copy color: '#AFEDB7'

red 175 ◦ green 237 ◦ blue 183

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

Shades of Fringy Flower #AFEDB7

Tints of Fringy Flower #AFEDB7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.83%

 BLUE value IS 183 (71.88% from 255) = 30.76%

R = 29.41%
G = 39.83%
B = 30.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#AFEDB7 (or 0xAFEDB7) is known color: Fringy Flower. HEX triplet: AF, ED and B7. RGB value is (175,237,183). Sum of RGB (Red+Green+Blue) = 175+237+183=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDB7 is #501248. Grayscale: #D4D4D4. Windows color (decimal): -5247561 or 12053935. OLE color: 12053935.

HSL color Cylindrical-coordinate representation of color #AFEDB7: hue angle of 127.74º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDB7 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 183 -
CMYK 0.26 0 0.23 0.07
HSL 127.74º 0.63% 0.81% -
HSV(B) 127.74º 0.26% 0.93% -
XYZ 56.51 73.1 55.93 -
YUV 212.31 111.46 101.39 -
System Red Green Blue C M Y K H S L
Decimal 175 237 183 0.26 0 0.23 0.07 127.74 0.63 0.81
Hex AF ED B7 1A 0 17 7 80 3F 51
Octal 257 355 267 32 0 27 7 200 77 121
Binary 10101111 11101101 10110111 11010 0 10111 111 10000000 111111 1010001

Color Harmonies of #AFEDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDB7

Black with #AFEDB7

Text Example


Text Example

White with #AFEDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDB7; }

 p { color: rgb(175,237,183); }

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

background-color css

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

 a { background-color: rgb(175,237,183); }

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

border-color css

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

 span { border-color: rgb(175,237,183); }

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