Html Css Color HEX #DCF894 Reef

📋 copy color: '#DCF894'

red 220 ◦ green 248 ◦ blue 148

#DCF894
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DCF894

Tints of Reef #DCF894

RGB

 RED value IS 220 (86.33% from 255) = 35.71%

 GREEN value IS 248 (97.27% from 255) = 40.26%

 BLUE value IS 148 (58.2% from 255) = 24.03%

R = 35.71%
G = 40.26%
B = 24.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#DCF894 (or 0xDCF894) is known color: Reef. HEX triplet: DC, F8 and 94. RGB value is (220,248,148). Sum of RGB (Red+Green+Blue) = 220+248+148=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF894 is #23076B. Grayscale: #E4E4E4. Windows color (decimal): -2295660 or 9763036. OLE color: 9763036.

HSL color Cylindrical-coordinate representation of color #DCF894: hue angle of 76.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF894 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 148 -
CMYK 0.11 0 0.40 0.03
HSL 76.8º 0.88% 0.78% -
HSV(B) 76.8º 0.4% 0.97% -
XYZ 68.43 84.49 40.72 -
YUV 228.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 220 248 148 0.11 0 0.40 0.03 76.8 0.88 0.78
Hex DC F8 94 B 0 28 3 4D 58 4E
Octal 334 370 224 13 0 50 3 115 130 116
Binary 11011100 11111000 10010100 1011 0 101000 11 1001101 1011000 1001110

Color Harmonies of #DCF894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF894

Black with #DCF894

Text Example


Text Example

White with #DCF894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF894; }

 p { color: rgb(220,248,148); }

 H1.HeaderClassName
 {
   color: #DCF894;
 }
 .AnyTagClassName
 {
   color: #DCF894;
 }
</style>

background-color css

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

 a { background-color: rgb(220,248,148); }

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

border-color css

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

 span { border-color: rgb(220,248,148); }

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