Html Css Color HEX #D6F360 Mindaro

📋 copy color: '#D6F360'

red 214 ◦ green 243 ◦ blue 96

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

Shades of Mindaro #D6F360

Tints of Mindaro #D6F360

RGB

 RED value IS 214 (83.98% from 255) = 38.7%

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

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

R = 38.7%
G = 43.94%
B = 17.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#D6F360 (or 0xD6F360) is known color: Mindaro. HEX triplet: D6, F3 and 60. RGB value is (214,243,96). Sum of RGB (Red+Green+Blue) = 214+243+96=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F360 is #290C9F. Grayscale: #DADADA. Windows color (decimal): -2690208 or 6353878. OLE color: 6353878.

HSL color Cylindrical-coordinate representation of color #D6F360: hue angle of 71.84º 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 #D6F360 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 243 96 -
CMYK 0.12 0 0.60 0.05
HSL 71.84º 0.86% 0.66% -
HSV(B) 71.84º 0.6% 0.95% -
XYZ 61.89 79.24 23.1 -
YUV 217.57 59.39 125.45 -
System Red Green Blue C M Y K H S L
Decimal 214 243 96 0.12 0 0.60 0.05 71.84 0.86 0.66
Hex D6 F3 60 C 0 3C 5 48 56 42
Octal 326 363 140 14 0 74 5 110 126 102
Binary 11010110 11110011 1100000 1100 0 111100 101 1001000 1010110 1000010

Color Harmonies of #D6F360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F360

Black with #D6F360

Text Example


Text Example

White with #D6F360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F360; }

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

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

background-color css

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

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

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

border-color css

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

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

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