#DCF39B

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

Shades of Reef #DCF39B

Tints of Reef #DCF39B

Color information

#DCF39B (or 0xDCF39B) is unknown color: approx Reef. HEX triplet: DC, F3 and 9B. RGB value is (220,243,155). Sum of RGB (Red+Green+Blue) = 220+243+155=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF39B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF39B is #230C64. Grayscale: #E2E2E2. Windows color (decimal): -2296933 or 10220508. OLE color: 10220508.

HSL color Cylindrical-coordinate representation of color #DCF39B: hue angle of 75.68º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCF39B is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB220243155-
CMYK0.0900.360.05
HSL75.68º78.57%78.04%-
HSV(B)75.68º36.21%95.29%-
XYZ67.4881.6843.22-
YUV226.0987.88123.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 243 (95.31% from 255) = 39.32%
BLUE value IS 155 (60.94% from 255) = 25.08%
R=35.60%
G=39.32%
B=25.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431550.0900.360.0575.6878.5778.04
HexDCF39B902454c4f4e
Octal334363233110445114117116
Binary11011100111100111001101110010100100101100110010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF39B; }

 p { color: rgb(220,243,155); }

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

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

 a { background-color: rgb(220,243,155); }

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

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

 span { border-color: rgb(220,243,155); }

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