Html Css Color HEX #D6F168 Mindaro

📋 copy color: '#D6F168'

red 214 ◦ green 241 ◦ blue 104

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

Shades of Mindaro #D6F168

Tints of Mindaro #D6F168

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.11%

 BLUE value IS 104 (41.02% from 255) = 18.6%

R = 38.28%
G = 43.11%
B = 18.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#D6F168 (or 0xD6F168) is known color: Mindaro. HEX triplet: D6, F1 and 68. RGB value is (214,241,104). Sum of RGB (Red+Green+Blue) = 214+241+104=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F168 is #290E97. Grayscale: #D9D9D9. Windows color (decimal): -2690712 or 6877654. OLE color: 6877654.

HSL color Cylindrical-coordinate representation of color #D6F168: hue angle of 71.82º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6F168 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 104 -
CMYK 0.11 0 0.57 0.05
HSL 71.82º 0.83% 0.68% -
HSV(B) 71.82º 0.57% 0.95% -
XYZ 61.69 78.21 24.94 -
YUV 217.31 64.05 125.64 -
System Red Green Blue C M Y K H S L
Decimal 214 241 104 0.11 0 0.57 0.05 71.82 0.83 0.68
Hex D6 F1 68 B 0 39 5 48 53 44
Octal 326 361 150 13 0 71 5 110 123 104
Binary 11010110 11110001 1101000 1011 0 111001 101 1001000 1010011 1000100

Color Harmonies of #D6F168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F168

Black with #D6F168

Text Example


Text Example

White with #D6F168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F168; }

 p { color: rgb(214,241,104); }

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

background-color css

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

 a { background-color: rgb(214,241,104); }

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

border-color css

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

 span { border-color: rgb(214,241,104); }

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