Html Css Color HEX #D5EF67 Mindaro

📋 copy color: '#D5EF67'

red 213 ◦ green 239 ◦ blue 103

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

Shades of Mindaro #D5EF67

Tints of Mindaro #D5EF67

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.06%

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

R = 38.38%
G = 43.06%
B = 18.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#D5EF67 (or 0xD5EF67) is known color: Mindaro. HEX triplet: D5, EF and 67. RGB value is (213,239,103). Sum of RGB (Red+Green+Blue) = 213+239+103=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF67 is #2A1098. Grayscale: #D8D8D8. Windows color (decimal): -2756761 or 6811605. OLE color: 6811605.

HSL color Cylindrical-coordinate representation of color #D5EF67: hue angle of 71.47º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5EF67 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 103 -
CMYK 0.11 0 0.57 0.06
HSL 71.47º 0.81% 0.67% -
HSV(B) 71.47º 0.57% 0.94% -
XYZ 60.76 76.86 24.46 -
YUV 215.72 64.39 126.06 -
System Red Green Blue C M Y K H S L
Decimal 213 239 103 0.11 0 0.57 0.06 71.47 0.81 0.67
Hex D5 EF 67 B 0 39 6 47 51 43
Octal 325 357 147 13 0 71 6 107 121 103
Binary 11010101 11101111 1100111 1011 0 111001 110 1000111 1010001 1000011

Color Harmonies of #D5EF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF67

Black with #D5EF67

Text Example


Text Example

White with #D5EF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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