Html Css Color HEX #D5E969 Mindaro

📋 copy color: '#D5E969'

red 213 ◦ green 233 ◦ blue 105

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

Shades of Mindaro #D5E969

Tints of Mindaro #D5E969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.06%

R = 38.66%
G = 42.29%
B = 19.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#D5E969 (or 0xD5E969) is known color: Mindaro. HEX triplet: D5, E9 and 69. RGB value is (213,233,105). Sum of RGB (Red+Green+Blue) = 213+233+105=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E969 is #2A1696. Grayscale: #D4D4D4. Windows color (decimal): -2758295 or 6941141. OLE color: 6941141.

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

Color convert

RGB 213 233 105 -
CMYK 0.09 0 0.55 0.09
HSL 69.38º 0.74% 0.66% -
HSV(B) 69.38º 0.55% 0.91% -
XYZ 59.13 73.44 24.42 -
YUV 212.43 67.37 128.41 -
System Red Green Blue C M Y K H S L
Decimal 213 233 105 0.09 0 0.55 0.09 69.38 0.74 0.66
Hex D5 E9 69 9 0 37 9 45 4A 42
Octal 325 351 151 11 0 67 11 105 112 102
Binary 11010101 11101001 1101001 1001 0 110111 1001 1000101 1001010 1000010

Color Harmonies of #D5E969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E969

Black with #D5E969

Text Example


Text Example

White with #D5E969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E969; }

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

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

background-color css

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

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

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

border-color css

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

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

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