Html Css Color HEX #D6E965 Mindaro

📋 copy color: '#D6E965'

red 214 ◦ green 233 ◦ blue 101

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

Shades of Mindaro #D6E965

Tints of Mindaro #D6E965

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.52%

 BLUE value IS 101 (39.84% from 255) = 18.43%

R = 39.05%
G = 42.52%
B = 18.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#D6E965 (or 0xD6E965) is known color: Mindaro. HEX triplet: D6, E9 and 65. RGB value is (214,233,101). Sum of RGB (Red+Green+Blue) = 214+233+101=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E965 is #29169A. Grayscale: #D4D4D4. Windows color (decimal): -2692763 or 6678998. OLE color: 6678998.

HSL color Cylindrical-coordinate representation of color #D6E965: hue angle of 68.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6E965 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 233 101 -
CMYK 0.08 0 0.57 0.09
HSL 68.64º 0.75% 0.65% -
HSV(B) 68.64º 0.57% 0.91% -
XYZ 59.22 73.51 23.38 -
YUV 212.27 65.21 129.23 -
System Red Green Blue C M Y K H S L
Decimal 214 233 101 0.08 0 0.57 0.09 68.64 0.75 0.65
Hex D6 E9 65 8 0 39 9 45 4B 41
Octal 326 351 145 10 0 71 11 105 113 101
Binary 11010110 11101001 1100101 1000 0 111001 1001 1000101 1001011 1000001

Color Harmonies of #D6E965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E965

Black with #D6E965

Text Example


Text Example

White with #D6E965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E965; }

 p { color: rgb(214,233,101); }

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

background-color css

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

 a { background-color: rgb(214,233,101); }

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

border-color css

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

 span { border-color: rgb(214,233,101); }

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