Html Css Color HEX #DCF49B Reef

📋 copy color: '#DCF49B'

red 220 ◦ green 244 ◦ blue 155

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

Shades of Reef #DCF49B

Tints of Reef #DCF49B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.42%

 BLUE value IS 155 (60.94% from 255) = 25.04%

R = 35.54%
G = 39.42%
B = 25.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#DCF49B (or 0xDCF49B) is known color: Reef. HEX triplet: DC, F4 and 9B. RGB value is (220,244,155). Sum of RGB (Red+Green+Blue) = 220+244+155=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 155 (60.94% from 255 or 25.04% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF49B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF49B is #230B64. Grayscale: #E3E3E3. Windows color (decimal): -2296677 or 10220764. OLE color: 10220764.

HSL color Cylindrical-coordinate representation of color #DCF49B: hue angle of 76.18º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCF49B is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 155 -
CMYK 0.10 0 0.36 0.04
HSL 76.18º 0.8% 0.78% -
HSV(B) 76.18º 0.36% 0.96% -
XYZ 67.78 82.28 43.32 -
YUV 226.68 87.55 123.24 -
System Red Green Blue C M Y K H S L
Decimal 220 244 155 0.10 0 0.36 0.04 76.18 0.8 0.78
Hex DC F4 9B A 0 24 4 4C 50 4E
Octal 334 364 233 12 0 44 4 114 120 116
Binary 11011100 11110100 10011011 1010 0 100100 100 1001100 1010000 1001110

Color Harmonies of #DCF49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF49B

Black with #DCF49B

Text Example


Text Example

White with #DCF49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF49B; }

 p { color: rgb(220,244,155); }

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

background-color css

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

 a { background-color: rgb(220,244,155); }

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

border-color css

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

 span { border-color: rgb(220,244,155); }

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