Html Css Color HEX #DCFF72 Mindaro

📋 copy color: '#DCFF72'

red 220 ◦ green 255 ◦ blue 114

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

Shades of Mindaro #DCFF72

Tints of Mindaro #DCFF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.35%

R = 37.35%
G = 43.29%
B = 19.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#DCFF72 (or 0xDCFF72) is known color: Mindaro. HEX triplet: DC, FF and 72. RGB value is (220,255,114). Sum of RGB (Red+Green+Blue) = 220+255+114=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 114 (44.92% from 255 or 19.35% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF72 is #23008D. Grayscale: #E4E4E4. Windows color (decimal): -2293902 or 7536604. OLE color: 7536604.

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

Color convert

RGB 220 255 114 -
CMYK 0.14 0 0.55 0
HSL 74.89º 1% 0.72% -
HSV(B) 74.89º 0.55% 1% -
XYZ 68.31 87.95 29.3 -
YUV 228.46 63.4 121.96 -
System Red Green Blue C M Y K H S L
Decimal 220 255 114 0.14 0 0.55 0 74.89 1 0.72
Hex DC FF 72 E 0 37 0 4B 64 48
Octal 334 377 162 16 0 67 0 113 144 110
Binary 11011100 11111111 1110010 1110 0 110111 0 1001011 1100100 1001000

Color Harmonies of #DCFF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF72

Black with #DCFF72

Text Example


Text Example

White with #DCFF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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