Html Css Color HEX #DCFD8E Reef

📋 copy color: '#DCFD8E'

red 220 ◦ green 253 ◦ blue 142

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

Shades of Reef #DCFD8E

Tints of Reef #DCFD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.09%

R = 35.77%
G = 41.14%
B = 23.09%

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

#DCFD8E (or 0xDCFD8E) is known color: Reef. HEX triplet: DC, FD and 8E. RGB value is (220,253,142). Sum of RGB (Red+Green+Blue) = 220+253+142=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 142 (55.86% from 255 or 23.09% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD8E is #230271. Grayscale: #E6E6E6. Windows color (decimal): -2294386 or 9371100. OLE color: 9371100.

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

Color convert

RGB 220 253 142 -
CMYK 0.13 0 0.44 0.01
HSL 77.84º 0.97% 0.77% -
HSV(B) 77.84º 0.44% 0.99% -
XYZ 69.52 87.42 38.8 -
YUV 230.48 78.07 120.53 -
System Red Green Blue C M Y K H S L
Decimal 220 253 142 0.13 0 0.44 0.01 77.84 0.97 0.77
Hex DC FD 8E D 0 2C 1 4E 61 4D
Octal 334 375 216 15 0 54 1 116 141 115
Binary 11011100 11111101 10001110 1101 0 101100 1 1001110 1100001 1001101

Color Harmonies of #DCFD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD8E

Black with #DCFD8E

Text Example


Text Example

White with #DCFD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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