Html Css Color HEX #DCF095 Reef

📋 copy color: '#DCF095'

red 220 ◦ green 240 ◦ blue 149

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

Shades of Reef #DCF095

Tints of Reef #DCF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.41%

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

R = 36.12%
G = 39.41%
B = 24.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#DCF095 (or 0xDCF095) is known color: Reef. HEX triplet: DC, F0 and 95. RGB value is (220,240,149). Sum of RGB (Red+Green+Blue) = 220+240+149=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF095 is #230F6A. Grayscale: #DFDFDF. Windows color (decimal): -2297707 or 9826524. OLE color: 9826524.

HSL color Cylindrical-coordinate representation of color #DCF095: hue angle of 73.19º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCF095 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 149 -
CMYK 0.08 0 0.38 0.06
HSL 73.19º 0.75% 0.76% -
HSV(B) 73.19º 0.38% 0.94% -
XYZ 66.1 79.71 40.33 -
YUV 223.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 220 240 149 0.08 0 0.38 0.06 73.19 0.75 0.76
Hex DC F0 95 8 0 26 6 49 4B 4C
Octal 334 360 225 10 0 46 6 111 113 114
Binary 11011100 11110000 10010101 1000 0 100110 110 1001001 1001011 1001100

Color Harmonies of #DCF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF095

Black with #DCF095

Text Example


Text Example

White with #DCF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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