#D5F69F

Color #D5F69F Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D5F69F

Tints of Reef #D5F69F

Color information

#D5F69F (or 0xD5F69F) is unknown color: approx Reef. HEX triplet: D5, F6 and 9F. RGB value is (213,246,159). Sum of RGB (Red+Green+Blue) = 213+246+159=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F69F is #2A0960. Grayscale: #E2E2E2. Windows color (decimal): -2754913 or 10483413. OLE color: 10483413.

HSL color Cylindrical-coordinate representation of color #D5F69F: hue angle of 82.76º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5F69F is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB213246159-
CMYK0.1300.350.04
HSL82.76º82.86%79.41%-
HSV(B)82.76º35.37%96.47%-
XYZ66.6582.5645.22-
YUV226.2290.07118.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 246 (96.48% from 255) = 39.81%
BLUE value IS 159 (62.5% from 255) = 25.73%
R=34.47%
G=39.81%
B=25.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2132461590.1300.350.0482.7682.8679.41
HexD5F69FD023453534f
Octal325366237150434123123117
Binary11010101111101101001111111010100011100101001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F69F; }

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

 H1.HeaderClassName
 {
   color: #D5F69F;
 }
 .AnyTagClassName
 {
   color: #D5F69F;
 }
</style>
background-color css

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

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

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

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

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

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