Html Css Color HEX #DCF58C Reef

📋 copy color: '#DCF58C'

red 220 ◦ green 245 ◦ blue 140

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

Shades of Reef #DCF58C

Tints of Reef #DCF58C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.5%

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

R = 36.36%
G = 40.5%
B = 23.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#DCF58C (or 0xDCF58C) is known color: Reef. HEX triplet: DC, F5 and 8C. RGB value is (220,245,140). Sum of RGB (Red+Green+Blue) = 220+245+140=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF58C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF58C is #230A73. Grayscale: #E1E1E1. Windows color (decimal): -2296436 or 9237980. OLE color: 9237980.

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

Color convert

RGB 220 245 140 -
CMYK 0.10 0 0.43 0.04
HSL 74.29º 0.84% 0.75% -
HSV(B) 74.29º 0.43% 0.96% -
XYZ 66.9 82.41 37.19 -
YUV 225.56 79.72 124.04 -
System Red Green Blue C M Y K H S L
Decimal 220 245 140 0.10 0 0.43 0.04 74.29 0.84 0.75
Hex DC F5 8C A 0 2B 4 4A 54 4B
Octal 334 365 214 12 0 53 4 112 124 113
Binary 11011100 11110101 10001100 1010 0 101011 100 1001010 1010100 1001011

Color Harmonies of #DCF58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF58C

Black with #DCF58C

Text Example


Text Example

White with #DCF58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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