Html Css Color HEX #DCF995 Reef

📋 copy color: '#DCF995'

red 220 ◦ green 249 ◦ blue 149

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

Shades of Reef #DCF995

Tints of Reef #DCF995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.29%

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

R = 35.6%
G = 40.29%
B = 24.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#DCF995 (or 0xDCF995) is known color: Reef. HEX triplet: DC, F9 and 95. RGB value is (220,249,149). Sum of RGB (Red+Green+Blue) = 220+249+149=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF995 is #23066A. Grayscale: #E5E5E5. Windows color (decimal): -2295403 or 9828828. OLE color: 9828828.

HSL color Cylindrical-coordinate representation of color #DCF995: hue angle of 77.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF995 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 149 -
CMYK 0.12 0 0.40 0.02
HSL 77.4º 0.89% 0.78% -
HSV(B) 77.4º 0.4% 0.98% -
XYZ 68.82 85.14 41.24 -
YUV 228.93 82.89 121.63 -
System Red Green Blue C M Y K H S L
Decimal 220 249 149 0.12 0 0.40 0.02 77.4 0.89 0.78
Hex DC F9 95 C 0 28 2 4D 59 4E
Octal 334 371 225 14 0 50 2 115 131 116
Binary 11011100 11111001 10010101 1100 0 101000 10 1001101 1011001 1001110

Color Harmonies of #DCF995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF995

Black with #DCF995

Text Example


Text Example

White with #DCF995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF995; }

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

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

background-color css

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

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

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

border-color css

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

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

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