Html Css Color HEX #D5ED8D Reef

📋 copy color: '#D5ED8D'

red 213 ◦ green 237 ◦ blue 141

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

Shades of Reef #D5ED8D

Tints of Reef #D5ED8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.86%

R = 36.04%
G = 40.1%
B = 23.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#D5ED8D (or 0xD5ED8D) is known color: Reef. HEX triplet: D5, ED and 8D. RGB value is (213,237,141). Sum of RGB (Red+Green+Blue) = 213+237+141=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ED8D is #2A1272. Grayscale: #DBDBDB. Windows color (decimal): -2757235 or 9301461. OLE color: 9301461.

HSL color Cylindrical-coordinate representation of color #D5ED8D: hue angle of 75º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5ED8D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 141 -
CMYK 0.10 0 0.41 0.07
HSL 75º 0.73% 0.74% -
HSV(B) 75º 0.41% 0.93% -
XYZ 62.53 76.64 36.7 -
YUV 218.88 84.05 123.81 -
System Red Green Blue C M Y K H S L
Decimal 213 237 141 0.10 0 0.41 0.07 75 0.73 0.74
Hex D5 ED 8D A 0 29 7 4B 49 4A
Octal 325 355 215 12 0 51 7 113 111 112
Binary 11010101 11101101 10001101 1010 0 101001 111 1001011 1001001 1001010

Color Harmonies of #D5ED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ED8D

Black with #D5ED8D

Text Example


Text Example

White with #D5ED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ED8D; }

 p { color: rgb(213,237,141); }

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

background-color css

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

 a { background-color: rgb(213,237,141); }

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

border-color css

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

 span { border-color: rgb(213,237,141); }

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