Html Css Color HEX #DCFC8D Reef

📋 copy color: '#DCFC8D'

red 220 ◦ green 252 ◦ blue 141

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

Shades of Reef #DCFC8D

Tints of Reef #DCFC8D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.11%

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

R = 35.89%
G = 41.11%
B = 23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#DCFC8D (or 0xDCFC8D) is known color: Reef. HEX triplet: DC, FC and 8D. RGB value is (220,252,141). Sum of RGB (Red+Green+Blue) = 220+252+141=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC8D is #230372. Grayscale: #E6E6E6. Windows color (decimal): -2294643 or 9305308. OLE color: 9305308.

HSL color Cylindrical-coordinate representation of color #DCFC8D: hue angle of 77.3º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCFC8D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 141 -
CMYK 0.13 0 0.44 0.01
HSL 77.3º 0.95% 0.77% -
HSV(B) 77.3º 0.44% 0.99% -
XYZ 69.13 86.76 38.3 -
YUV 229.78 77.9 121.03 -
System Red Green Blue C M Y K H S L
Decimal 220 252 141 0.13 0 0.44 0.01 77.3 0.95 0.77
Hex DC FC 8D D 0 2C 1 4D 5F 4D
Octal 334 374 215 15 0 54 1 115 137 115
Binary 11011100 11111100 10001101 1101 0 101100 1 1001101 1011111 1001101

Color Harmonies of #DCFC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC8D

Black with #DCFC8D

Text Example


Text Example

White with #DCFC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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