Html Css Color HEX #D5FDAC Reef

📋 copy color: '#D5FDAC'

red 213 ◦ green 253 ◦ blue 172

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

Shades of Reef #D5FDAC

Tints of Reef #D5FDAC

RGB

 RED value IS 213 (83.59% from 255) = 33.39%

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

 BLUE value IS 172 (67.58% from 255) = 26.96%

R = 33.39%
G = 39.66%
B = 26.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#D5FDAC (or 0xD5FDAC) is known color: Reef. HEX triplet: D5, FD and AC. RGB value is (213,253,172). Sum of RGB (Red+Green+Blue) = 213+253+172=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FDAC is #2A0253. Grayscale: #E8E8E8. Windows color (decimal): -2753108 or 11337173. OLE color: 11337173.

HSL color Cylindrical-coordinate representation of color #D5FDAC: hue angle of 89.63º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5FDAC is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 253 172 -
CMYK 0.16 0 0.32 0.01
HSL 89.63º 0.95% 0.83% -
HSV(B) 89.63º 0.32% 0.99% -
XYZ 70.01 87.38 52.2 -
YUV 231.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 213 253 172 0.16 0 0.32 0.01 89.63 0.95 0.83
Hex D5 FD AC 10 0 20 1 5A 5F 53
Octal 325 375 254 20 0 40 1 132 137 123
Binary 11010101 11111101 10101100 10000 0 100000 1 1011010 1011111 1010011

Color Harmonies of #D5FDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FDAC

Black with #D5FDAC

Text Example


Text Example

White with #D5FDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FDAC; }

 p { color: rgb(213,253,172); }

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

background-color css

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

 a { background-color: rgb(213,253,172); }

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

border-color css

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

 span { border-color: rgb(213,253,172); }

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