Html Css Color HEX #DCFC8A Reef

📋 copy color: '#DCFC8A'

red 220 ◦ green 252 ◦ blue 138

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

Shades of Reef #DCFC8A

Tints of Reef #DCFC8A

RGB

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

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

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

R = 36.07%
G = 41.31%
B = 22.62%

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

#DCFC8A (or 0xDCFC8A) is known color: Reef. HEX triplet: DC, FC and 8A. RGB value is (220,252,138). Sum of RGB (Red+Green+Blue) = 220+252+138=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC8A is #230375. Grayscale: #E5E5E5. Windows color (decimal): -2294646 or 9108700. OLE color: 9108700.

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

Color convert

RGB 220 252 138 -
CMYK 0.13 0 0.45 0.01
HSL 76.84º 0.95% 0.76% -
HSV(B) 76.84º 0.45% 0.99% -
XYZ 68.91 86.67 37.14 -
YUV 229.44 76.4 121.27 -
System Red Green Blue C M Y K H S L
Decimal 220 252 138 0.13 0 0.45 0.01 76.84 0.95 0.76
Hex DC FC 8A D 0 2D 1 4D 5F 4C
Octal 334 374 212 15 0 55 1 115 137 114
Binary 11011100 11111100 10001010 1101 0 101101 1 1001101 1011111 1001100

Color Harmonies of #DCFC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC8A

Black with #DCFC8A

Text Example


Text Example

White with #DCFC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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