Html Css Color HEX #D6E267 Mindaro

📋 copy color: '#D6E267'

red 214 ◦ green 226 ◦ blue 103

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

Shades of Mindaro #D6E267

Tints of Mindaro #D6E267

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.62%

 BLUE value IS 103 (40.63% from 255) = 18.97%

R = 39.41%
G = 41.62%
B = 18.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#D6E267 (or 0xD6E267) is known color: Mindaro. HEX triplet: D6, E2 and 67. RGB value is (214,226,103). Sum of RGB (Red+Green+Blue) = 214+226+103=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E267 is #291D98. Grayscale: #D0D0D0. Windows color (decimal): -2694553 or 6808278. OLE color: 6808278.

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

Color convert

RGB 214 226 103 -
CMYK 0.05 0 0.54 0.11
HSL 65.85º 0.68% 0.65% -
HSV(B) 65.85º 0.54% 0.89% -
XYZ 57.38 69.67 23.26 -
YUV 208.39 68.52 132 -
System Red Green Blue C M Y K H S L
Decimal 214 226 103 0.05 0 0.54 0.11 65.85 0.68 0.65
Hex D6 E2 67 5 0 36 B 42 44 41
Octal 326 342 147 5 0 66 13 102 104 101
Binary 11010110 11100010 1100111 101 0 110110 1011 1000010 1000100 1000001

Color Harmonies of #D6E267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E267

Black with #D6E267

Text Example


Text Example

White with #D6E267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E267; }

 p { color: rgb(214,226,103); }

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

background-color css

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

 a { background-color: rgb(214,226,103); }

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

border-color css

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

 span { border-color: rgb(214,226,103); }

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