Html Css Color HEX #D5E967 Mindaro

📋 copy color: '#D5E967'

red 213 ◦ green 233 ◦ blue 103

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

Shades of Mindaro #D5E967

Tints of Mindaro #D5E967

RGB

 RED value IS 213 (83.59% from 255) = 38.8%

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

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

R = 38.8%
G = 42.44%
B = 18.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#D5E967 (or 0xD5E967) is known color: Mindaro. HEX triplet: D5, E9 and 67. RGB value is (213,233,103). Sum of RGB (Red+Green+Blue) = 213+233+103=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E967 is #2A1698. Grayscale: #D4D4D4. Windows color (decimal): -2758297 or 6810069. OLE color: 6810069.

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

Color convert

RGB 213 233 103 -
CMYK 0.09 0 0.56 0.09
HSL 69.23º 0.75% 0.66% -
HSV(B) 69.23º 0.56% 0.91% -
XYZ 59.03 73.4 23.89 -
YUV 212.2 66.37 128.57 -
System Red Green Blue C M Y K H S L
Decimal 213 233 103 0.09 0 0.56 0.09 69.23 0.75 0.66
Hex D5 E9 67 9 0 38 9 45 4B 42
Octal 325 351 147 11 0 70 11 105 113 102
Binary 11010101 11101001 1100111 1001 0 111000 1001 1000101 1001011 1000010

Color Harmonies of #D5E967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E967

Black with #D5E967

Text Example


Text Example

White with #D5E967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E967; }

 p { color: rgb(213,233,103); }

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

background-color css

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

 a { background-color: rgb(213,233,103); }

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

border-color css

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

 span { border-color: rgb(213,233,103); }

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