#D5FE8B

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

Shades of Reef #D5FE8B

Tints of Reef #D5FE8B

Color information

#D5FE8B (or 0xD5FE8B) is unknown color: approx Reef. HEX triplet: D5, FE and 8B. RGB value is (213,254,139). Sum of RGB (Red+Green+Blue) = 213+254+139=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 139 (54.69% from 255 or 22.94% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FE8B is #2A0174. Grayscale: #E5E5E5. Windows color (decimal): -2752885 or 9174741. OLE color: 9174741.

HSL color Cylindrical-coordinate representation of color #D5FE8B: hue angle of 81.39º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5FE8B is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB213254139-
CMYK0.1600.450.00
HSL81.39º98.29%77.06%-
HSV(B)81.39º45.28%99.61%-
XYZ67.5486.8937.64-
YUV228.6377.42116.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 254 (99.61% from 255) = 41.91%
BLUE value IS 139 (54.69% from 255) = 22.94%
R=35.15%
G=41.91%
B=22.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132541390.1600.450.0081.3998.2977.06
HexD5FE8B1002D051624d
Octal325376213200550121142115
Binary1101010111111110100010111000001011010101000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FE8B; }

 p { color: rgb(213,254,139); }

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

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

 a { background-color: rgb(213,254,139); }

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

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

 span { border-color: rgb(213,254,139); }

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