Html Css Color HEX #D5EF9F Reef

📋 copy color: '#D5EF9F'

red 213 ◦ green 239 ◦ blue 159

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

Shades of Reef #D5EF9F

Tints of Reef #D5EF9F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.12%

 BLUE value IS 159 (62.5% from 255) = 26.02%

R = 34.86%
G = 39.12%
B = 26.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#D5EF9F (or 0xD5EF9F) is known color: Reef. HEX triplet: D5, EF and 9F. RGB value is (213,239,159). Sum of RGB (Red+Green+Blue) = 213+239+159=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EF9F is #2A1060. Grayscale: #DEDEDE. Windows color (decimal): -2756705 or 10481621. OLE color: 10481621.

HSL color Cylindrical-coordinate representation of color #D5EF9F: hue angle of 79.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5EF9F is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 159 -
CMYK 0.11 0 0.33 0.06
HSL 79.5º 0.71% 0.78% -
HSV(B) 79.5º 0.33% 0.94% -
XYZ 64.57 78.38 44.53 -
YUV 222.11 92.39 121.5 -
System Red Green Blue C M Y K H S L
Decimal 213 239 159 0.11 0 0.33 0.06 79.5 0.71 0.78
Hex D5 EF 9F B 0 21 6 50 47 4E
Octal 325 357 237 13 0 41 6 120 107 116
Binary 11010101 11101111 10011111 1011 0 100001 110 1010000 1000111 1001110

Color Harmonies of #D5EF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF9F

Black with #D5EF9F

Text Example


Text Example

White with #D5EF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF9F; }

 p { color: rgb(213,239,159); }

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

background-color css

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

 a { background-color: rgb(213,239,159); }

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

border-color css

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

 span { border-color: rgb(213,239,159); }

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