Html Css Color HEX #A5FDB7 Fringy Flower

📋 copy color: '#A5FDB7'

red 165 ◦ green 253 ◦ blue 183

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

Shades of Fringy Flower #A5FDB7

Tints of Fringy Flower #A5FDB7

RGB

 RED value IS 165 (64.84% from 255) = 27.45%

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

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

R = 27.45%
G = 42.1%
B = 30.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#A5FDB7 (or 0xA5FDB7) is known color: Fringy Flower. HEX triplet: A5, FD and B7. RGB value is (165,253,183). Sum of RGB (Red+Green+Blue) = 165+253+183=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDB7 is #5A0248. Grayscale: #DADADA. Windows color (decimal): -5898825 or 12058021. OLE color: 12058021.

HSL color Cylindrical-coordinate representation of color #A5FDB7: hue angle of 132.27º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FDB7 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 253 183 -
CMYK 0.35 0 0.28 0.01
HSL 132.27º 0.96% 0.82% -
HSV(B) 132.27º 0.35% 0.99% -
XYZ 59.19 81.67 57.44 -
YUV 218.71 107.85 89.69 -
System Red Green Blue C M Y K H S L
Decimal 165 253 183 0.35 0 0.28 0.01 132.27 0.96 0.82
Hex A5 FD B7 23 0 1C 1 84 60 52
Octal 245 375 267 43 0 34 1 204 140 122
Binary 10100101 11111101 10110111 100011 0 11100 1 10000100 1100000 1010010

Color Harmonies of #A5FDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FDB7

Black with #A5FDB7

Text Example


Text Example

White with #A5FDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FDB7; }

 p { color: rgb(165,253,183); }

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

background-color css

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

 a { background-color: rgb(165,253,183); }

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

border-color css

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

 span { border-color: rgb(165,253,183); }

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