Html Css Color HEX #DCF360 Mindaro

📋 copy color: '#DCF360'

red 220 ◦ green 243 ◦ blue 96

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

Shades of Mindaro #DCF360

Tints of Mindaro #DCF360

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.47%

 BLUE value IS 96 (37.89% from 255) = 17.17%

R = 39.36%
G = 43.47%
B = 17.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#DCF360 (or 0xDCF360) is known color: Mindaro. HEX triplet: DC, F3 and 60. RGB value is (220,243,96). Sum of RGB (Red+Green+Blue) = 220+243+96=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF360 is #230C9F. Grayscale: #DBDBDB. Windows color (decimal): -2296992 or 6353884. OLE color: 6353884.

HSL color Cylindrical-coordinate representation of color #DCF360: hue angle of 69.39º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF360 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 96 -
CMYK 0.09 0 0.60 0.05
HSL 69.39º 0.86% 0.66% -
HSV(B) 69.39º 0.6% 0.95% -
XYZ 63.68 80.16 23.18 -
YUV 219.37 58.38 128.45 -
System Red Green Blue C M Y K H S L
Decimal 220 243 96 0.09 0 0.60 0.05 69.39 0.86 0.66
Hex DC F3 60 9 0 3C 5 45 56 42
Octal 334 363 140 11 0 74 5 105 126 102
Binary 11011100 11110011 1100000 1001 0 111100 101 1000101 1010110 1000010

Color Harmonies of #DCF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF360

Black with #DCF360

Text Example


Text Example

White with #DCF360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF360; }

 p { color: rgb(220,243,96); }

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

background-color css

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

 a { background-color: rgb(220,243,96); }

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

border-color css

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

 span { border-color: rgb(220,243,96); }

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