Html Css Color HEX #AFEDBD Fringy Flower

📋 copy color: '#AFEDBD'

red 175 ◦ green 237 ◦ blue 189

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

Shades of Fringy Flower #AFEDBD

Tints of Fringy Flower #AFEDBD

RGB

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

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

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

R = 29.12%
G = 39.43%
B = 31.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#AFEDBD (or 0xAFEDBD) is known color: Fringy Flower. HEX triplet: AF, ED and BD. RGB value is (175,237,189). Sum of RGB (Red+Green+Blue) = 175+237+189=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDBD is #501242. Grayscale: #D5D5D5. Windows color (decimal): -5247555 or 12447151. OLE color: 12447151.

HSL color Cylindrical-coordinate representation of color #AFEDBD: hue angle of 133.55º 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 #AFEDBD is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 189 -
CMYK 0.26 0 0.20 0.07
HSL 133.55º 0.63% 0.81% -
HSV(B) 133.55º 0.26% 0.93% -
XYZ 57.15 73.36 59.29 -
YUV 212.99 114.46 100.9 -
System Red Green Blue C M Y K H S L
Decimal 175 237 189 0.26 0 0.20 0.07 133.55 0.63 0.81
Hex AF ED BD 1A 0 14 7 86 3F 51
Octal 257 355 275 32 0 24 7 206 77 121
Binary 10101111 11101101 10111101 11010 0 10100 111 10000110 111111 1010001

Color Harmonies of #AFEDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDBD

Black with #AFEDBD

Text Example


Text Example

White with #AFEDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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