Html Css Color HEX #DCFD8A Reef

📋 copy color: '#DCFD8A'

red 220 ◦ green 253 ◦ blue 138

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

Shades of Reef #DCFD8A

Tints of Reef #DCFD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.59%

R = 36.01%
G = 41.41%
B = 22.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#DCFD8A (or 0xDCFD8A) is known color: Reef. HEX triplet: DC, FD and 8A. RGB value is (220,253,138). Sum of RGB (Red+Green+Blue) = 220+253+138=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD8A is #230275. Grayscale: #E6E6E6. Windows color (decimal): -2294390 or 9108956. OLE color: 9108956.

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

Color convert

RGB 220 253 138 -
CMYK 0.13 0 0.45 0.01
HSL 77.22º 0.97% 0.77% -
HSV(B) 77.22º 0.45% 0.99% -
XYZ 69.23 87.3 37.25 -
YUV 230.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 220 253 138 0.13 0 0.45 0.01 77.22 0.97 0.77
Hex DC FD 8A D 0 2D 1 4D 61 4D
Octal 334 375 212 15 0 55 1 115 141 115
Binary 11011100 11111101 10001010 1101 0 101101 1 1001101 1100001 1001101

Color Harmonies of #DCFD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD8A

Black with #DCFD8A

Text Example


Text Example

White with #DCFD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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