Html Css Color HEX #DCF691 Reef

📋 copy color: '#DCF691'

red 220 ◦ green 246 ◦ blue 145

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

Shades of Reef #DCF691

Tints of Reef #DCF691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.73%

R = 36.01%
G = 40.26%
B = 23.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#DCF691 (or 0xDCF691) is known color: Reef. HEX triplet: DC, F6 and 91. RGB value is (220,246,145). Sum of RGB (Red+Green+Blue) = 220+246+145=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF691 is #23096E. Grayscale: #E3E3E3. Windows color (decimal): -2296175 or 9565916. OLE color: 9565916.

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

Color convert

RGB 220 246 145 -
CMYK 0.11 0 0.41 0.04
HSL 75.45º 0.85% 0.77% -
HSV(B) 75.45º 0.41% 0.96% -
XYZ 67.58 83.17 39.28 -
YUV 226.71 81.89 123.21 -
System Red Green Blue C M Y K H S L
Decimal 220 246 145 0.11 0 0.41 0.04 75.45 0.85 0.77
Hex DC F6 91 B 0 29 4 4B 55 4D
Octal 334 366 221 13 0 51 4 113 125 115
Binary 11011100 11110110 10010001 1011 0 101001 100 1001011 1010101 1001101

Color Harmonies of #DCF691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF691

Black with #DCF691

Text Example


Text Example

White with #DCF691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF691; }

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

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

background-color css

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

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

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

border-color css

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

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

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