Html Css Color HEX #DCFF90 Reef

📋 copy color: '#DCFF90'

red 220 ◦ green 255 ◦ blue 144

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

Shades of Reef #DCFF90

Tints of Reef #DCFF90

RGB

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

 GREEN value IS 255 (100% from 255) = 41.2%

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

R = 35.54%
G = 41.2%
B = 23.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#DCFF90 (or 0xDCFF90) is known color: Reef. HEX triplet: DC, FF and 90. RGB value is (220,255,144). Sum of RGB (Red+Green+Blue) = 220+255+144=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 144 (56.64% from 255 or 23.26% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF90 is #23006F. Grayscale: #E8E8E8. Windows color (decimal): -2293872 or 9502684. OLE color: 9502684.

HSL color Cylindrical-coordinate representation of color #DCFF90: hue angle of 78.92º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCFF90 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 144 -
CMYK 0.14 0 0.44 0
HSL 78.92º 1% 0.78% -
HSV(B) 78.92º 0.44% 1% -
XYZ 70.31 88.75 39.81 -
YUV 231.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 220 255 144 0.14 0 0.44 0 78.92 1 0.78
Hex DC FF 90 E 0 2C 0 4F 64 4E
Octal 334 377 220 16 0 54 0 117 144 116
Binary 11011100 11111111 10010000 1110 0 101100 0 1001111 1100100 1001110

Color Harmonies of #DCFF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF90

Black with #DCFF90

Text Example


Text Example

White with #DCFF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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