Html Css Color HEX #D6F26B Mindaro

📋 copy color: '#D6F26B'

red 214 ◦ green 242 ◦ blue 107

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

Shades of Mindaro #D6F26B

Tints of Mindaro #D6F26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.01%

R = 38.01%
G = 42.98%
B = 19.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#D6F26B (or 0xD6F26B) is known color: Mindaro. HEX triplet: D6, F2 and 6B. RGB value is (214,242,107). Sum of RGB (Red+Green+Blue) = 214+242+107=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F26B is #290D94. Grayscale: #DADADA. Windows color (decimal): -2690453 or 7074518. OLE color: 7074518.

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

Color convert

RGB 214 242 107 -
CMYK 0.12 0 0.56 0.05
HSL 72.44º 0.84% 0.68% -
HSV(B) 72.44º 0.56% 0.95% -
XYZ 62.14 78.86 25.86 -
YUV 218.24 65.22 124.98 -
System Red Green Blue C M Y K H S L
Decimal 214 242 107 0.12 0 0.56 0.05 72.44 0.84 0.68
Hex D6 F2 6B C 0 38 5 48 54 44
Octal 326 362 153 14 0 70 5 110 124 104
Binary 11010110 11110010 1101011 1100 0 111000 101 1001000 1010100 1000100

Color Harmonies of #D6F26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F26B

Black with #D6F26B

Text Example


Text Example

White with #D6F26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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