Html Css Color HEX #D6F35F Mindaro

📋 copy color: '#D6F35F'

red 214 ◦ green 243 ◦ blue 95

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

Shades of Mindaro #D6F35F

Tints of Mindaro #D6F35F

RGB

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

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

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

R = 38.77%
G = 44.02%
B = 17.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#D6F35F (or 0xD6F35F) is known color: Mindaro. HEX triplet: D6, F3 and 5F. RGB value is (214,243,95). Sum of RGB (Red+Green+Blue) = 214+243+95=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 95 (37.5% from 255 or 17.21% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F35F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F35F is #290CA0. Grayscale: #DADADA. Windows color (decimal): -2690209 or 6288342. OLE color: 6288342.

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

Color convert

RGB 214 243 95 -
CMYK 0.12 0 0.61 0.05
HSL 71.76º 0.86% 0.66% -
HSV(B) 71.76º 0.61% 0.95% -
XYZ 61.85 79.22 22.86 -
YUV 217.46 58.89 125.53 -
System Red Green Blue C M Y K H S L
Decimal 214 243 95 0.12 0 0.61 0.05 71.76 0.86 0.66
Hex D6 F3 5F C 0 3D 5 48 56 42
Octal 326 363 137 14 0 75 5 110 126 102
Binary 11010110 11110011 1011111 1100 0 111101 101 1001000 1010110 1000010

Color Harmonies of #D6F35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F35F

Black with #D6F35F

Text Example


Text Example

White with #D6F35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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