Html Css Color HEX #DCF694 Reef

📋 copy color: '#DCF694'

red 220 ◦ green 246 ◦ blue 148

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

Shades of Reef #DCF694

Tints of Reef #DCF694

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.07%

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

R = 35.83%
G = 40.07%
B = 24.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#DCF694 (or 0xDCF694) is known color: Reef. HEX triplet: DC, F6 and 94. RGB value is (220,246,148). Sum of RGB (Red+Green+Blue) = 220+246+148=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF694 is #23096B. Grayscale: #E3E3E3. Windows color (decimal): -2296172 or 9762524. OLE color: 9762524.

HSL color Cylindrical-coordinate representation of color #DCF694: hue angle of 75.92º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF694 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 148 -
CMYK 0.11 0 0.40 0.04
HSL 75.92º 0.84% 0.77% -
HSV(B) 75.92º 0.4% 0.96% -
XYZ 67.82 83.27 40.51 -
YUV 227.05 83.39 122.97 -
System Red Green Blue C M Y K H S L
Decimal 220 246 148 0.11 0 0.40 0.04 75.92 0.84 0.77
Hex DC F6 94 B 0 28 4 4C 54 4D
Octal 334 366 224 13 0 50 4 114 124 115
Binary 11011100 11110110 10010100 1011 0 101000 100 1001100 1010100 1001101

Color Harmonies of #DCF694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF694

Black with #DCF694

Text Example


Text Example

White with #DCF694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF694; }

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

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

background-color css

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

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

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

border-color css

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

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

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