Html Css Color HEX #D6FF5C Mindaro

📋 copy color: '#D6FF5C'

red 214 ◦ green 255 ◦ blue 92

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

Shades of Mindaro #D6FF5C

Tints of Mindaro #D6FF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.4%

R = 38.15%
G = 45.45%
B = 16.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#D6FF5C (or 0xD6FF5C) is known color: Mindaro. HEX triplet: D6, FF and 5C. RGB value is (214,255,92). Sum of RGB (Red+Green+Blue) = 214+255+92=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF5C is #2900A3. Grayscale: #E0E0E0. Windows color (decimal): -2687140 or 6094806. OLE color: 6094806.

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

Color convert

RGB 214 255 92 -
CMYK 0.16 0 0.64 0
HSL 75.09º 1% 0.68% -
HSV(B) 75.09º 0.64% 1% -
XYZ 65.42 86.59 23.39 -
YUV 224.16 53.42 120.75 -
System Red Green Blue C M Y K H S L
Decimal 214 255 92 0.16 0 0.64 0 75.09 1 0.68
Hex D6 FF 5C 10 0 40 0 4B 64 44
Octal 326 377 134 20 0 100 0 113 144 104
Binary 11010110 11111111 1011100 10000 0 1000000 0 1001011 1100100 1000100

Color Harmonies of #D6FF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FF5C

Black with #D6FF5C

Text Example


Text Example

White with #D6FF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FF5C; }

 p { color: rgb(214,255,92); }

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

background-color css

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

 a { background-color: rgb(214,255,92); }

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

border-color css

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

 span { border-color: rgb(214,255,92); }

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