Html Css Color HEX #DCF190 Reef

📋 copy color: '#DCF190'

red 220 ◦ green 241 ◦ blue 144

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

Shades of Reef #DCF190

Tints of Reef #DCF190

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.83%

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

R = 36.36%
G = 39.83%
B = 23.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#DCF190 (or 0xDCF190) is known color: Reef. HEX triplet: DC, F1 and 90. RGB value is (220,241,144). Sum of RGB (Red+Green+Blue) = 220+241+144=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF190 is #230E6F. Grayscale: #E0E0E0. Windows color (decimal): -2297456 or 9499100. OLE color: 9499100.

HSL color Cylindrical-coordinate representation of color #DCF190: hue angle of 72.99º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF190 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 144 -
CMYK 0.09 0 0.40 0.05
HSL 72.99º 0.78% 0.75% -
HSV(B) 72.99º 0.4% 0.95% -
XYZ 66 80.14 38.38 -
YUV 223.66 83.04 125.39 -
System Red Green Blue C M Y K H S L
Decimal 220 241 144 0.09 0 0.40 0.05 72.99 0.78 0.75
Hex DC F1 90 9 0 28 5 49 4E 4B
Octal 334 361 220 11 0 50 5 111 116 113
Binary 11011100 11110001 10010000 1001 0 101000 101 1001001 1001110 1001011

Color Harmonies of #DCF190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF190

Black with #DCF190

Text Example


Text Example

White with #DCF190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF190; }

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

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

background-color css

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

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

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

border-color css

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

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

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