Html Css Color HEX #D5F9AD Reef

📋 copy color: '#D5F9AD'

red 213 ◦ green 249 ◦ blue 173

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

Shades of Reef #D5F9AD

Tints of Reef #D5F9AD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.21%

 BLUE value IS 173 (67.97% from 255) = 27.24%

R = 33.54%
G = 39.21%
B = 27.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#D5F9AD (or 0xD5F9AD) is known color: Reef. HEX triplet: D5, F9 and AD. RGB value is (213,249,173). Sum of RGB (Red+Green+Blue) = 213+249+173=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F9AD is #2A0652. Grayscale: #E5E5E5. Windows color (decimal): -2754131 or 11401685. OLE color: 11401685.

HSL color Cylindrical-coordinate representation of color #D5F9AD: hue angle of 88.42º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5F9AD is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 173 -
CMYK 0.14 0 0.31 0.02
HSL 88.42º 0.86% 0.83% -
HSV(B) 88.42º 0.31% 0.98% -
XYZ 68.86 84.91 52.3 -
YUV 229.57 96.07 116.18 -
System Red Green Blue C M Y K H S L
Decimal 213 249 173 0.14 0 0.31 0.02 88.42 0.86 0.83
Hex D5 F9 AD E 0 1F 2 58 56 53
Octal 325 371 255 16 0 37 2 130 126 123
Binary 11010101 11111001 10101101 1110 0 11111 10 1011000 1010110 1010011

Color Harmonies of #D5F9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F9AD

Black with #D5F9AD

Text Example


Text Example

White with #D5F9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F9AD; }

 p { color: rgb(213,249,173); }

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

background-color css

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

 a { background-color: rgb(213,249,173); }

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

border-color css

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

 span { border-color: rgb(213,249,173); }

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