Html Css Color HEX #DCF690 Reef

📋 copy color: '#DCF690'

red 220 ◦ green 246 ◦ blue 144

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

Shades of Reef #DCF690

Tints of Reef #DCF690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.33%

 BLUE value IS 144 (56.64% from 255) = 23.61%

R = 36.07%
G = 40.33%
B = 23.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#DCF690 (or 0xDCF690) is known color: Reef. HEX triplet: DC, F6 and 90. RGB value is (220,246,144). Sum of RGB (Red+Green+Blue) = 220+246+144=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF690 is #23096F. Grayscale: #E2E2E2. Windows color (decimal): -2296176 or 9500380. OLE color: 9500380.

HSL color Cylindrical-coordinate representation of color #DCF690: hue angle of 75.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCF690 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 144 -
CMYK 0.11 0 0.41 0.04
HSL 75.29º 0.85% 0.76% -
HSV(B) 75.29º 0.41% 0.96% -
XYZ 67.51 83.14 38.88 -
YUV 226.6 81.39 123.29 -
System Red Green Blue C M Y K H S L
Decimal 220 246 144 0.11 0 0.41 0.04 75.29 0.85 0.76
Hex DC F6 90 B 0 29 4 4B 55 4C
Octal 334 366 220 13 0 51 4 113 125 114
Binary 11011100 11110110 10010000 1011 0 101001 100 1001011 1010101 1001100

Color Harmonies of #DCF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF690

Black with #DCF690

Text Example


Text Example

White with #DCF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF690; }

 p { color: rgb(220,246,144); }

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

background-color css

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

 a { background-color: rgb(220,246,144); }

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

border-color css

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

 span { border-color: rgb(220,246,144); }

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