#D5FE9B

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

Shades of Reef #D5FE9B

Tints of Reef #D5FE9B

Color information

#D5FE9B (or 0xD5FE9B) is unknown color: approx Reef. HEX triplet: D5, FE and 9B. RGB value is (213,254,155). Sum of RGB (Red+Green+Blue) = 213+254+155=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FE9B is #2A0164. Grayscale: #E6E6E6. Windows color (decimal): -2752869 or 10223317. OLE color: 10223317.

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

Color convert

RGB213254155-
CMYK0.1600.390.00
HSL84.85º98.02%80.2%-
HSV(B)84.85º38.98%99.61%-
XYZ68.887.444.25-
YUV230.4685.42115.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 155 (60.94% from 255) = 24.92%
R=34.24%
G=40.84%
B=24.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132541550.1600.390.0084.8598.0280.2
HexD5FE9B100270556250
Octal325376233200470125142120
Binary1101010111111110100110111000001001110101010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FE9B; }

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

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

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

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

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

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

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

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