Html Css Color HEX #DCF695 Reef

📋 copy color: '#DCF695'

red 220 ◦ green 246 ◦ blue 149

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

Shades of Reef #DCF695

Tints of Reef #DCF695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.23%

R = 35.77%
G = 40%
B = 24.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#DCF695 (or 0xDCF695) is known color: Reef. HEX triplet: DC, F6 and 95. RGB value is (220,246,149). Sum of RGB (Red+Green+Blue) = 220+246+149=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF695 is #23096A. Grayscale: #E3E3E3. Windows color (decimal): -2296171 or 9828060. OLE color: 9828060.

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

Color convert

RGB 220 246 149 -
CMYK 0.11 0 0.39 0.04
HSL 76.08º 0.84% 0.77% -
HSV(B) 76.08º 0.39% 0.96% -
XYZ 67.9 83.3 40.93 -
YUV 227.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 220 246 149 0.11 0 0.39 0.04 76.08 0.84 0.77
Hex DC F6 95 B 0 27 4 4C 54 4D
Octal 334 366 225 13 0 47 4 114 124 115
Binary 11011100 11110110 10010101 1011 0 100111 100 1001100 1010100 1001101

Color Harmonies of #DCF695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF695

Black with #DCF695

Text Example


Text Example

White with #DCF695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF695; }

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

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

background-color css

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

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

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

border-color css

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

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

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