Html Css Color HEX #D6EB7D Mindaro

📋 copy color: '#D6EB7D'

red 214 ◦ green 235 ◦ blue 125

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

Shades of Mindaro #D6EB7D

Tints of Mindaro #D6EB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.94%

 BLUE value IS 125 (49.22% from 255) = 21.78%

R = 37.28%
G = 40.94%
B = 21.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#D6EB7D (or 0xD6EB7D) is known color: Mindaro. HEX triplet: D6, EB and 7D. RGB value is (214,235,125). Sum of RGB (Red+Green+Blue) = 214+235+125=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EB7D is #291482. Grayscale: #D8D8D8. Windows color (decimal): -2692227 or 8252374. OLE color: 8252374.

HSL color Cylindrical-coordinate representation of color #D6EB7D: hue angle of 71.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6EB7D is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 125 -
CMYK 0.09 0 0.47 0.08
HSL 71.45º 0.73% 0.71% -
HSV(B) 71.45º 0.47% 0.92% -
XYZ 61.14 75.19 30.69 -
YUV 216.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 214 235 125 0.09 0 0.47 0.08 71.45 0.73 0.71
Hex D6 EB 7D 9 0 2F 8 47 49 47
Octal 326 353 175 11 0 57 10 107 111 107
Binary 11010110 11101011 1111101 1001 0 101111 1000 1000111 1001001 1000111

Color Harmonies of #D6EB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB7D

Black with #D6EB7D

Text Example


Text Example

White with #D6EB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB7D; }

 p { color: rgb(214,235,125); }

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

background-color css

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

 a { background-color: rgb(214,235,125); }

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

border-color css

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

 span { border-color: rgb(214,235,125); }

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