Html Css Color HEX #DCF990 Reef

📋 copy color: '#DCF990'

red 220 ◦ green 249 ◦ blue 144

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

Shades of Reef #DCF990

Tints of Reef #DCF990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.62%

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

R = 35.89%
G = 40.62%
B = 23.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#DCF990 (or 0xDCF990) is known color: Reef. HEX triplet: DC, F9 and 90. RGB value is (220,249,144). Sum of RGB (Red+Green+Blue) = 220+249+144=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF990 is #23066F. Grayscale: #E4E4E4. Windows color (decimal): -2295408 or 9501148. OLE color: 9501148.

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

Color convert

RGB 220 249 144 -
CMYK 0.12 0 0.42 0.02
HSL 76.57º 0.9% 0.77% -
HSV(B) 76.57º 0.42% 0.98% -
XYZ 68.42 84.98 39.18 -
YUV 228.36 80.39 122.04 -
System Red Green Blue C M Y K H S L
Decimal 220 249 144 0.12 0 0.42 0.02 76.57 0.9 0.77
Hex DC F9 90 C 0 2A 2 4D 5A 4D
Octal 334 371 220 14 0 52 2 115 132 115
Binary 11011100 11111001 10010000 1100 0 101010 10 1001101 1011010 1001101

Color Harmonies of #DCF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF990

Black with #DCF990

Text Example


Text Example

White with #DCF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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