#D5FD90

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

Shades of Reef #D5FD90

Tints of Reef #D5FD90

Color information

#D5FD90 (or 0xD5FD90) is unknown color: approx Reef. HEX triplet: D5, FD and 90. RGB value is (213,253,144). Sum of RGB (Red+Green+Blue) = 213+253+144=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FD90 is #2A026F. Grayscale: #E5E5E5. Windows color (decimal): -2753136 or 9502165. OLE color: 9502165.

HSL color Cylindrical-coordinate representation of color #D5FD90: hue angle of 82.02º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5FD90 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB213253144-
CMYK0.1600.430.01
HSL82.02º96.46%77.84%-
HSV(B)82.02º43.08%99.22%-
XYZ67.686.4139.5-
YUV228.6180.25116.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.92%
GREEN value IS 253 (99.22% from 255) = 41.48%
BLUE value IS 144 (56.64% from 255) = 23.61%
R=34.92%
G=41.48%
B=23.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132531440.1600.430.0182.0296.4677.84
HexD5FD901002B152604e
Octal325375220200531122140116
Binary1101010111111101100100001000001010111101001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FD90; }

 p { color: rgb(213,253,144); }

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

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

 a { background-color: rgb(213,253,144); }

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

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

 span { border-color: rgb(213,253,144); }

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