Html Css Color HEX #DCF69A Reef

📋 copy color: '#DCF69A'

red 220 ◦ green 246 ◦ blue 154

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

Shades of Reef #DCF69A

Tints of Reef #DCF69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 24.84%

R = 35.48%
G = 39.68%
B = 24.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#DCF69A (or 0xDCF69A) is known color: Reef. HEX triplet: DC, F6 and 9A. RGB value is (220,246,154). Sum of RGB (Red+Green+Blue) = 220+246+154=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF69A is #230965. Grayscale: #E4E4E4. Windows color (decimal): -2296166 or 10155740. OLE color: 10155740.

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

Color convert

RGB 220 246 154 -
CMYK 0.11 0 0.37 0.04
HSL 76.96º 0.84% 0.78% -
HSV(B) 76.96º 0.37% 0.96% -
XYZ 68.3 83.46 43.08 -
YUV 227.74 86.39 122.48 -
System Red Green Blue C M Y K H S L
Decimal 220 246 154 0.11 0 0.37 0.04 76.96 0.84 0.78
Hex DC F6 9A B 0 25 4 4D 54 4E
Octal 334 366 232 13 0 45 4 115 124 116
Binary 11011100 11110110 10011010 1011 0 100101 100 1001101 1010100 1001110

Color Harmonies of #DCF69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF69A

Black with #DCF69A

Text Example


Text Example

White with #DCF69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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