Html Css Color HEX #DCFA9D Reef

📋 copy color: '#DCFA9D'

red 220 ◦ green 250 ◦ blue 157

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

Shades of Reef #DCFA9D

Tints of Reef #DCFA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.04%

R = 35.09%
G = 39.87%
B = 25.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#DCFA9D (or 0xDCFA9D) is known color: Reef. HEX triplet: DC, FA and 9D. RGB value is (220,250,157). Sum of RGB (Red+Green+Blue) = 220+250+157=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA9D is #230562. Grayscale: #E6E6E6. Windows color (decimal): -2295139 or 10353372. OLE color: 10353372.

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

Color convert

RGB 220 250 157 -
CMYK 0.12 0 0.37 0.02
HSL 79.35º 0.9% 0.8% -
HSV(B) 79.35º 0.37% 0.98% -
XYZ 69.79 86.02 44.82 -
YUV 230.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 220 250 157 0.12 0 0.37 0.02 79.35 0.9 0.8
Hex DC FA 9D C 0 25 2 4F 5A 50
Octal 334 372 235 14 0 45 2 117 132 120
Binary 11011100 11111010 10011101 1100 0 100101 10 1001111 1011010 1010000

Color Harmonies of #DCFA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA9D

Black with #DCFA9D

Text Example


Text Example

White with #DCFA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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