#DCFB90

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

Shades of Reef #DCFB90

Tints of Reef #DCFB90

Color information

#DCFB90 (or 0xDCFB90) is unknown color: approx Reef. HEX triplet: DC, FB and 90. RGB value is (220,251,144). Sum of RGB (Red+Green+Blue) = 220+251+144=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB90 is #23046F. Grayscale: #E5E5E5. Windows color (decimal): -2294896 or 9501660. OLE color: 9501660.

HSL color Cylindrical-coordinate representation of color #DCFB90: hue angle of 77.38º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCFB90 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB220251144-
CMYK0.1200.430.02
HSL77.38º93.04%77.45%-
HSV(B)77.38º42.63%98.43%-
XYZ69.0586.2239.39-
YUV229.5379.73121.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 144 (56.64% from 255) = 23.41%
R=35.77%
G=40.81%
B=23.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202511440.1200.430.0277.3893.0477.45
HexDCFB90C02B24d5d4d
Octal334373220140532115135115
Binary1101110011111011100100001100010101110100110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFB90; }

 p { color: rgb(220,251,144); }

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

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

 a { background-color: rgb(220,251,144); }

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

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

 span { border-color: rgb(220,251,144); }

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