Html Css Color HEX #D6F65F Mindaro

📋 copy color: '#D6F65F'

red 214 ◦ green 246 ◦ blue 95

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

Shades of Mindaro #D6F65F

Tints of Mindaro #D6F65F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.32%

 BLUE value IS 95 (37.5% from 255) = 17.12%

R = 38.56%
G = 44.32%
B = 17.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#D6F65F (or 0xD6F65F) is known color: Mindaro. HEX triplet: D6, F6 and 5F. RGB value is (214,246,95). Sum of RGB (Red+Green+Blue) = 214+246+95=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F65F is #2909A0. Grayscale: #DBDBDB. Windows color (decimal): -2689441 or 6289110. OLE color: 6289110.

HSL color Cylindrical-coordinate representation of color #D6F65F: hue angle of 72.72º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6F65F is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 246 95 -
CMYK 0.13 0 0.61 0.04
HSL 72.72º 0.89% 0.67% -
HSV(B) 72.72º 0.61% 0.96% -
XYZ 62.75 81.03 23.16 -
YUV 219.22 57.9 124.28 -
System Red Green Blue C M Y K H S L
Decimal 214 246 95 0.13 0 0.61 0.04 72.72 0.89 0.67
Hex D6 F6 5F D 0 3D 4 49 59 43
Octal 326 366 137 15 0 75 4 111 131 103
Binary 11010110 11110110 1011111 1101 0 111101 100 1001001 1011001 1000011

Color Harmonies of #D6F65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F65F

Black with #D6F65F

Text Example


Text Example

White with #D6F65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F65F; }

 p { color: rgb(214,246,95); }

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

background-color css

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

 a { background-color: rgb(214,246,95); }

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

border-color css

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

 span { border-color: rgb(214,246,95); }

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