Html Css Color HEX #DCFD8D Reef

📋 copy color: '#DCFD8D'

red 220 ◦ green 253 ◦ blue 141

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

Shades of Reef #DCFD8D

Tints of Reef #DCFD8D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.21%

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

R = 35.83%
G = 41.21%
B = 22.96%

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

#DCFD8D (or 0xDCFD8D) is known color: Reef. HEX triplet: DC, FD and 8D. RGB value is (220,253,141). Sum of RGB (Red+Green+Blue) = 220+253+141=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD8D is #230272. Grayscale: #E6E6E6. Windows color (decimal): -2294387 or 9305564. OLE color: 9305564.

HSL color Cylindrical-coordinate representation of color #DCFD8D: hue angle of 77.68º degrees, saturation: 0.97, 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 #DCFD8D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 141 -
CMYK 0.13 0 0.44 0.01
HSL 77.68º 0.97% 0.77% -
HSV(B) 77.68º 0.44% 0.99% -
XYZ 69.45 87.39 38.41 -
YUV 230.37 77.57 120.61 -
System Red Green Blue C M Y K H S L
Decimal 220 253 141 0.13 0 0.44 0.01 77.68 0.97 0.77
Hex DC FD 8D D 0 2C 1 4E 61 4D
Octal 334 375 215 15 0 54 1 116 141 115
Binary 11011100 11111101 10001101 1101 0 101100 1 1001110 1100001 1001101

Color Harmonies of #DCFD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD8D

Black with #DCFD8D

Text Example


Text Example

White with #DCFD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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