Html Css Color HEX #D5F2AD Reef

📋 copy color: '#D5F2AD'

red 213 ◦ green 242 ◦ blue 173

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

Shades of Reef #D5F2AD

Tints of Reef #D5F2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.54%

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

R = 33.92%
G = 38.54%
B = 27.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#D5F2AD (or 0xD5F2AD) is known color: Reef. HEX triplet: D5, F2 and AD. RGB value is (213,242,173). Sum of RGB (Red+Green+Blue) = 213+242+173=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F2AD is #2A0D52. Grayscale: #E1E1E1. Windows color (decimal): -2755923 or 11399893. OLE color: 11399893.

HSL color Cylindrical-coordinate representation of color #D5F2AD: hue angle of 85.22º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5F2AD is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 173 -
CMYK 0.12 0 0.29 0.05
HSL 85.22º 0.73% 0.81% -
HSV(B) 85.22º 0.29% 0.95% -
XYZ 66.74 80.67 51.59 -
YUV 225.46 98.39 119.11 -
System Red Green Blue C M Y K H S L
Decimal 213 242 173 0.12 0 0.29 0.05 85.22 0.73 0.81
Hex D5 F2 AD C 0 1D 5 55 49 51
Octal 325 362 255 14 0 35 5 125 111 121
Binary 11010101 11110010 10101101 1100 0 11101 101 1010101 1001001 1010001

Color Harmonies of #D5F2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F2AD

Black with #D5F2AD

Text Example


Text Example

White with #D5F2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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