#DBFA94

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

Shades of Reef #DBFA94

Tints of Reef #DBFA94

Color information

#DBFA94 (or 0xDBFA94) is unknown color: approx Reef. HEX triplet: DB, FA and 94. RGB value is (219,250,148). Sum of RGB (Red+Green+Blue) = 219+250+148=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA94 is #24056B. Grayscale: #E5E5E5. Windows color (decimal): -2360684 or 9763547. OLE color: 9763547.

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

Color convert

RGB219250148-
CMYK0.1200.410.02
HSL78.24º91.07%78.04%-
HSV(B)78.24º40.8%98.04%-
XYZ68.7485.5740.91-
YUV229.182.23120.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 148 (58.20% from 255) = 23.99%
R=35.49%
G=40.52%
B=23.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192501480.1200.410.0278.2491.0778.04
HexDBFA94C02924e5b4e
Octal333372224140512116133116
Binary1101101111111010100101001100010100110100111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFA94; }

 p { color: rgb(219,250,148); }

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

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

 a { background-color: rgb(219,250,148); }

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

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

 span { border-color: rgb(219,250,148); }

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