#D5FB9A

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

Shades of Reef #D5FB9A

Tints of Reef #D5FB9A

Color information

#D5FB9A (or 0xD5FB9A) is unknown color: approx Reef. HEX triplet: D5, FB and 9A. RGB value is (213,251,154). Sum of RGB (Red+Green+Blue) = 213+251+154=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FB9A is #2A0465. Grayscale: #E4E4E4. Windows color (decimal): -2753638 or 10157013. OLE color: 10157013.

HSL color Cylindrical-coordinate representation of color #D5FB9A: hue angle of 83.51º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5FB9A is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB213251154-
CMYK0.1500.390.02
HSL83.51º92.38%79.41%-
HSV(B)83.51º38.65%98.43%-
XYZ67.7785.4743.5-
YUV228.5885.91116.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 154 (60.55% from 255) = 24.92%
R=34.47%
G=40.61%
B=24.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132511540.1500.390.0283.5192.3879.41
HexD5FB9AF0272545c4f
Octal325373232170472124134117
Binary1101010111111011100110101111010011110101010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FB9A; }

 p { color: rgb(213,251,154); }

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

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

 a { background-color: rgb(213,251,154); }

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

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

 span { border-color: rgb(213,251,154); }

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