Html Css Color HEX #D6F26C Mindaro

📋 copy color: '#D6F26C'

red 214 ◦ green 242 ◦ blue 108

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

Shades of Mindaro #D6F26C

Tints of Mindaro #D6F26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.15%

R = 37.94%
G = 42.91%
B = 19.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#D6F26C (or 0xD6F26C) is known color: Mindaro. HEX triplet: D6, F2 and 6C. RGB value is (214,242,108). Sum of RGB (Red+Green+Blue) = 214+242+108=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F26C is #290D93. Grayscale: #DADADA. Windows color (decimal): -2690452 or 7140054. OLE color: 7140054.

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

Color convert

RGB 214 242 108 -
CMYK 0.12 0 0.55 0.05
HSL 72.54º 0.84% 0.69% -
HSV(B) 72.54º 0.55% 0.95% -
XYZ 62.19 78.88 26.14 -
YUV 218.35 65.72 124.9 -
System Red Green Blue C M Y K H S L
Decimal 214 242 108 0.12 0 0.55 0.05 72.54 0.84 0.69
Hex D6 F2 6C C 0 37 5 49 54 45
Octal 326 362 154 14 0 67 5 111 124 105
Binary 11010110 11110010 1101100 1100 0 110111 101 1001001 1010100 1000101

Color Harmonies of #D6F26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F26C

Black with #D6F26C

Text Example


Text Example

White with #D6F26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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