Html Css Color HEX #DCF58D Reef

📋 copy color: '#DCF58D'

red 220 ◦ green 245 ◦ blue 141

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

Shades of Reef #DCF58D

Tints of Reef #DCF58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.27%

R = 36.3%
G = 40.43%
B = 23.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#DCF58D (or 0xDCF58D) is known color: Reef. HEX triplet: DC, F5 and 8D. RGB value is (220,245,141). Sum of RGB (Red+Green+Blue) = 220+245+141=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF58D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF58D is #230A72. Grayscale: #E2E2E2. Windows color (decimal): -2296435 or 9303516. OLE color: 9303516.

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

Color convert

RGB 220 245 141 -
CMYK 0.10 0 0.42 0.04
HSL 74.42º 0.84% 0.76% -
HSV(B) 74.42º 0.42% 0.96% -
XYZ 66.98 82.44 37.58 -
YUV 225.67 80.22 123.96 -
System Red Green Blue C M Y K H S L
Decimal 220 245 141 0.10 0 0.42 0.04 74.42 0.84 0.76
Hex DC F5 8D A 0 2A 4 4A 54 4C
Octal 334 365 215 12 0 52 4 112 124 114
Binary 11011100 11110101 10001101 1010 0 101010 100 1001010 1010100 1001100

Color Harmonies of #DCF58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF58D

Black with #DCF58D

Text Example


Text Example

White with #DCF58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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