Html Css Color HEX #DCF69F Reef

📋 copy color: '#DCF69F'

red 220 ◦ green 246 ◦ blue 159

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

Shades of Reef #DCF69F

Tints of Reef #DCF69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.44%

R = 35.2%
G = 39.36%
B = 25.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#DCF69F (or 0xDCF69F) is known color: Reef. HEX triplet: DC, F6 and 9F. RGB value is (220,246,159). Sum of RGB (Red+Green+Blue) = 220+246+159=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF69F is #230960. Grayscale: #E4E4E4. Windows color (decimal): -2296161 or 10483420. OLE color: 10483420.

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

Color convert

RGB 220 246 159 -
CMYK 0.11 0 0.35 0.04
HSL 77.93º 0.83% 0.79% -
HSV(B) 77.93º 0.35% 0.96% -
XYZ 68.73 83.63 45.32 -
YUV 228.31 88.89 122.07 -
System Red Green Blue C M Y K H S L
Decimal 220 246 159 0.11 0 0.35 0.04 77.93 0.83 0.79
Hex DC F6 9F B 0 23 4 4E 53 4F
Octal 334 366 237 13 0 43 4 116 123 117
Binary 11011100 11110110 10011111 1011 0 100011 100 1001110 1010011 1001111

Color Harmonies of #DCF69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF69F

Black with #DCF69F

Text Example


Text Example

White with #DCF69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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