Html Css Color HEX #D6F355 Mindaro

📋 copy color: '#D6F355'

red 214 ◦ green 243 ◦ blue 85

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

Shades of Mindaro #D6F355

Tints of Mindaro #D6F355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.68%

R = 39.48%
G = 44.83%
B = 15.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#D6F355 (or 0xD6F355) is known color: Mindaro. HEX triplet: D6, F3 and 55. RGB value is (214,243,85). Sum of RGB (Red+Green+Blue) = 214+243+85=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F355 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F355 is #290CAA. Grayscale: #D8D8D8. Windows color (decimal): -2690219 or 5632982. OLE color: 5632982.

HSL color Cylindrical-coordinate representation of color #D6F355: hue angle of 71.01º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6F355 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 243 85 -
CMYK 0.12 0 0.65 0.05
HSL 71.01º 0.87% 0.64% -
HSV(B) 71.01º 0.65% 0.95% -
XYZ 61.42 79.05 20.62 -
YUV 216.32 53.89 126.35 -
System Red Green Blue C M Y K H S L
Decimal 214 243 85 0.12 0 0.65 0.05 71.01 0.87 0.64
Hex D6 F3 55 C 0 41 5 47 57 40
Octal 326 363 125 14 0 101 5 107 127 100
Binary 11010110 11110011 1010101 1100 0 1000001 101 1000111 1010111 1000000

Color Harmonies of #D6F355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F355

Black with #D6F355

Text Example


Text Example

White with #D6F355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F355; }

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

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

background-color css

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

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

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

border-color css

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

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

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