Html Css Color HEX #DCF98C Reef

📋 copy color: '#DCF98C'

red 220 ◦ green 249 ◦ blue 140

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

Shades of Reef #DCF98C

Tints of Reef #DCF98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.99%

R = 36.12%
G = 40.89%
B = 22.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DCF98C (or 0xDCF98C) is known color: Reef. HEX triplet: DC, F9 and 8C. RGB value is (220,249,140). Sum of RGB (Red+Green+Blue) = 220+249+140=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF98C is #230673. Grayscale: #E4E4E4. Windows color (decimal): -2295412 or 9239004. OLE color: 9239004.

HSL color Cylindrical-coordinate representation of color #DCF98C: hue angle of 75.96º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCF98C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 140 -
CMYK 0.12 0 0.44 0.02
HSL 75.96º 0.9% 0.76% -
HSV(B) 75.96º 0.44% 0.98% -
XYZ 68.12 84.86 37.6 -
YUV 227.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 220 249 140 0.12 0 0.44 0.02 75.96 0.9 0.76
Hex DC F9 8C C 0 2C 2 4C 5A 4C
Octal 334 371 214 14 0 54 2 114 132 114
Binary 11011100 11111001 10001100 1100 0 101100 10 1001100 1011010 1001100

Color Harmonies of #DCF98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF98C

Black with #DCF98C

Text Example


Text Example

White with #DCF98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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