Html Css Color HEX #D5E67F Mindaro

📋 copy color: '#D5E67F'

red 213 ◦ green 230 ◦ blue 127

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

Shades of Mindaro #D5E67F

Tints of Mindaro #D5E67F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.35%

 BLUE value IS 127 (50% from 255) = 22.28%

R = 37.37%
G = 40.35%
B = 22.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#D5E67F (or 0xD5E67F) is known color: Mindaro. HEX triplet: D5, E6 and 7F. RGB value is (213,230,127). Sum of RGB (Red+Green+Blue) = 213+230+127=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E67F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E67F is #2A1980. Grayscale: #D5D5D5. Windows color (decimal): -2759041 or 8382165. OLE color: 8382165.

HSL color Cylindrical-coordinate representation of color #D5E67F: hue angle of 69.9º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5E67F is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 230 127 -
CMYK 0.07 0 0.45 0.10
HSL 69.9º 0.67% 0.7% -
HSV(B) 69.9º 0.45% 0.9% -
XYZ 59.57 72.27 30.89 -
YUV 213.18 79.37 127.88 -
System Red Green Blue C M Y K H S L
Decimal 213 230 127 0.07 0 0.45 0.10 69.9 0.67 0.7
Hex D5 E6 7F 7 0 2D A 46 43 46
Octal 325 346 177 7 0 55 12 106 103 106
Binary 11010101 11100110 1111111 111 0 101101 1010 1000110 1000011 1000110

Color Harmonies of #D5E67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E67F

Black with #D5E67F

Text Example


Text Example

White with #D5E67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E67F; }

 p { color: rgb(213,230,127); }

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

background-color css

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

 a { background-color: rgb(213,230,127); }

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

border-color css

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

 span { border-color: rgb(213,230,127); }

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