Html Css Color HEX #D6F264 Mindaro

📋 copy color: '#D6F264'

red 214 ◦ green 242 ◦ blue 100

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

Shades of Mindaro #D6F264

Tints of Mindaro #D6F264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.99%

R = 38.49%
G = 43.53%
B = 17.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#D6F264 (or 0xD6F264) is known color: Mindaro. HEX triplet: D6, F2 and 64. RGB value is (214,242,100). Sum of RGB (Red+Green+Blue) = 214+242+100=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F264 is #290D9B. Grayscale: #D9D9D9. Windows color (decimal): -2690460 or 6615766. OLE color: 6615766.

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

Color convert

RGB 214 242 100 -
CMYK 0.12 0 0.59 0.05
HSL 71.83º 0.85% 0.67% -
HSV(B) 71.83º 0.59% 0.95% -
XYZ 61.78 78.72 23.99 -
YUV 217.44 61.72 125.55 -
System Red Green Blue C M Y K H S L
Decimal 214 242 100 0.12 0 0.59 0.05 71.83 0.85 0.67
Hex D6 F2 64 C 0 3B 5 48 55 43
Octal 326 362 144 14 0 73 5 110 125 103
Binary 11010110 11110010 1100100 1100 0 111011 101 1001000 1010101 1000011

Color Harmonies of #D6F264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F264

Black with #D6F264

Text Example


Text Example

White with #D6F264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F264; }

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

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

background-color css

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

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

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

border-color css

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

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

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