Html Css Color HEX #D6F266 Mindaro

📋 copy color: '#D6F266'

red 214 ◦ green 242 ◦ blue 102

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

Shades of Mindaro #D6F266

Tints of Mindaro #D6F266

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.37%

 BLUE value IS 102 (40.23% from 255) = 18.28%

R = 38.35%
G = 43.37%
B = 18.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#D6F266 (or 0xD6F266) is known color: Mindaro. HEX triplet: D6, F2 and 66. RGB value is (214,242,102). Sum of RGB (Red+Green+Blue) = 214+242+102=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F266 is #290D99. Grayscale: #DADADA. Windows color (decimal): -2690458 or 6746838. OLE color: 6746838.

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

Color convert

RGB 214 242 102 -
CMYK 0.12 0 0.58 0.05
HSL 72º 0.84% 0.67% -
HSV(B) 72º 0.58% 0.95% -
XYZ 61.88 78.76 24.51 -
YUV 217.67 62.72 125.38 -
System Red Green Blue C M Y K H S L
Decimal 214 242 102 0.12 0 0.58 0.05 72 0.84 0.67
Hex D6 F2 66 C 0 3A 5 48 54 43
Octal 326 362 146 14 0 72 5 110 124 103
Binary 11010110 11110010 1100110 1100 0 111010 101 1001000 1010100 1000011

Color Harmonies of #D6F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F266

Black with #D6F266

Text Example


Text Example

White with #D6F266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F266; }

 p { color: rgb(214,242,102); }

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

background-color css

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

 a { background-color: rgb(214,242,102); }

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

border-color css

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

 span { border-color: rgb(214,242,102); }

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