Html Css Color HEX #DCF290 Reef

📋 copy color: '#DCF290'

red 220 ◦ green 242 ◦ blue 144

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

Shades of Reef #DCF290

Tints of Reef #DCF290

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.93%

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

R = 36.3%
G = 39.93%
B = 23.76%

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

#DCF290 (or 0xDCF290) is known color: Reef. HEX triplet: DC, F2 and 90. RGB value is (220,242,144). Sum of RGB (Red+Green+Blue) = 220+242+144=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF290 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF290 is #230D6F. Grayscale: #E0E0E0. Windows color (decimal): -2297200 or 9499356. OLE color: 9499356.

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

Color convert

RGB 220 242 144 -
CMYK 0.09 0 0.40 0.05
HSL 73.47º 0.79% 0.76% -
HSV(B) 73.47º 0.4% 0.95% -
XYZ 66.3 80.73 38.47 -
YUV 224.25 82.71 124.97 -
System Red Green Blue C M Y K H S L
Decimal 220 242 144 0.09 0 0.40 0.05 73.47 0.79 0.76
Hex DC F2 90 9 0 28 5 49 4F 4C
Octal 334 362 220 11 0 50 5 111 117 114
Binary 11011100 11110010 10010000 1001 0 101000 101 1001001 1001111 1001100

Color Harmonies of #DCF290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF290

Black with #DCF290

Text Example


Text Example

White with #DCF290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF290; }

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

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

background-color css

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

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

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

border-color css

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

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

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