Html Css Color HEX #DCFA8D Reef

📋 copy color: '#DCFA8D'

red 220 ◦ green 250 ◦ blue 141

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

Shades of Reef #DCFA8D

Tints of Reef #DCFA8D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.92%

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

R = 36.01%
G = 40.92%
B = 23.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DCFA8D (or 0xDCFA8D) is known color: Reef. HEX triplet: DC, FA and 8D. RGB value is (220,250,141). Sum of RGB (Red+Green+Blue) = 220+250+141=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA8D is #230572. Grayscale: #E5E5E5. Windows color (decimal): -2295155 or 9304796. OLE color: 9304796.

HSL color Cylindrical-coordinate representation of color #DCFA8D: hue angle of 76.51º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCFA8D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 141 -
CMYK 0.12 0 0.44 0.02
HSL 76.51º 0.92% 0.77% -
HSV(B) 76.51º 0.44% 0.98% -
XYZ 68.51 85.51 38.09 -
YUV 228.6 78.56 121.86 -
System Red Green Blue C M Y K H S L
Decimal 220 250 141 0.12 0 0.44 0.02 76.51 0.92 0.77
Hex DC FA 8D C 0 2C 2 4D 5C 4D
Octal 334 372 215 14 0 54 2 115 134 115
Binary 11011100 11111010 10001101 1100 0 101100 10 1001101 1011100 1001101

Color Harmonies of #DCFA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA8D

Black with #DCFA8D

Text Example


Text Example

White with #DCFA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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