Html Css Color HEX #DCF495 Reef

📋 copy color: '#DCF495'

red 220 ◦ green 244 ◦ blue 149

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

Shades of Reef #DCF495

Tints of Reef #DCF495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.31%

R = 35.89%
G = 39.8%
B = 24.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#DCF495 (or 0xDCF495) is known color: Reef. HEX triplet: DC, F4 and 95. RGB value is (220,244,149). Sum of RGB (Red+Green+Blue) = 220+244+149=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF495 is #230B6A. Grayscale: #E2E2E2. Windows color (decimal): -2296683 or 9827548. OLE color: 9827548.

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

Color convert

RGB 220 244 149 -
CMYK 0.10 0 0.39 0.04
HSL 75.16º 0.81% 0.77% -
HSV(B) 75.16º 0.39% 0.96% -
XYZ 67.29 82.09 40.73 -
YUV 225.99 84.55 123.72 -
System Red Green Blue C M Y K H S L
Decimal 220 244 149 0.10 0 0.39 0.04 75.16 0.81 0.77
Hex DC F4 95 A 0 27 4 4B 51 4D
Octal 334 364 225 12 0 47 4 113 121 115
Binary 11011100 11110100 10010101 1010 0 100111 100 1001011 1010001 1001101

Color Harmonies of #DCF495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF495

Black with #DCF495

Text Example


Text Example

White with #DCF495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF495; }

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

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

background-color css

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

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

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

border-color css

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

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

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