Html Css Color HEX #D5E95C Mindaro

📋 copy color: '#D5E95C'

red 213 ◦ green 233 ◦ blue 92

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

Shades of Mindaro #D5E95C

Tints of Mindaro #D5E95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.1%

R = 39.59%
G = 43.31%
B = 17.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#D5E95C (or 0xD5E95C) is known color: Mindaro. HEX triplet: D5, E9 and 5C. RGB value is (213,233,92). Sum of RGB (Red+Green+Blue) = 213+233+92=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E95C is #2A16A3. Grayscale: #D3D3D3. Windows color (decimal): -2758308 or 6089173. OLE color: 6089173.

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

Color convert

RGB 213 233 92 -
CMYK 0.09 0 0.61 0.09
HSL 68.51º 0.76% 0.64% -
HSV(B) 68.51º 0.61% 0.91% -
XYZ 58.51 73.2 21.17 -
YUV 210.95 60.87 129.46 -
System Red Green Blue C M Y K H S L
Decimal 213 233 92 0.09 0 0.61 0.09 68.51 0.76 0.64
Hex D5 E9 5C 9 0 3D 9 45 4C 40
Octal 325 351 134 11 0 75 11 105 114 100
Binary 11010101 11101001 1011100 1001 0 111101 1001 1000101 1001100 1000000

Color Harmonies of #D5E95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E95C

Black with #D5E95C

Text Example


Text Example

White with #D5E95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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