Html Css Color HEX #DCF697 Reef

📋 copy color: '#DCF697'

red 220 ◦ green 246 ◦ blue 151

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

Shades of Reef #DCF697

Tints of Reef #DCF697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.47%

R = 35.66%
G = 39.87%
B = 24.47%

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

#DCF697 (or 0xDCF697) is known color: Reef. HEX triplet: DC, F6 and 97. RGB value is (220,246,151). Sum of RGB (Red+Green+Blue) = 220+246+151=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 151 (59.38% from 255 or 24.47% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF697 is #230968. Grayscale: #E3E3E3. Windows color (decimal): -2296169 or 9959132. OLE color: 9959132.

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

Color convert

RGB 220 246 151 -
CMYK 0.11 0 0.39 0.04
HSL 76.42º 0.84% 0.78% -
HSV(B) 76.42º 0.39% 0.96% -
XYZ 68.06 83.36 41.78 -
YUV 227.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 220 246 151 0.11 0 0.39 0.04 76.42 0.84 0.78
Hex DC F6 97 B 0 27 4 4C 54 4E
Octal 334 366 227 13 0 47 4 114 124 116
Binary 11011100 11110110 10010111 1011 0 100111 100 1001100 1010100 1001110

Color Harmonies of #DCF697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF697

Black with #DCF697

Text Example


Text Example

White with #DCF697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF697; }

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

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

background-color css

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

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

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

border-color css

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

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

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