Html Css Color HEX #DCFA8F Reef

📋 copy color: '#DCFA8F'

red 220 ◦ green 250 ◦ blue 143

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

Shades of Reef #DCFA8F

Tints of Reef #DCFA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.33%

R = 35.89%
G = 40.78%
B = 23.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#DCFA8F (or 0xDCFA8F) is known color: Reef. HEX triplet: DC, FA and 8F. RGB value is (220,250,143). Sum of RGB (Red+Green+Blue) = 220+250+143=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA8F is #230570. Grayscale: #E5E5E5. Windows color (decimal): -2295153 or 9435868. OLE color: 9435868.

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

Color convert

RGB 220 250 143 -
CMYK 0.12 0 0.43 0.02
HSL 76.82º 0.91% 0.77% -
HSV(B) 76.82º 0.43% 0.98% -
XYZ 68.66 85.57 38.88 -
YUV 228.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 220 250 143 0.12 0 0.43 0.02 76.82 0.91 0.77
Hex DC FA 8F C 0 2B 2 4D 5B 4D
Octal 334 372 217 14 0 53 2 115 133 115
Binary 11011100 11111010 10001111 1100 0 101011 10 1001101 1011011 1001101

Color Harmonies of #DCFA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA8F

Black with #DCFA8F

Text Example


Text Example

White with #DCFA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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