Html Css Color HEX #D5EF65 Mindaro

📋 copy color: '#D5EF65'

red 213 ◦ green 239 ◦ blue 101

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

Shades of Mindaro #D5EF65

Tints of Mindaro #D5EF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.26%

R = 38.52%
G = 43.22%
B = 18.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#D5EF65 (or 0xD5EF65) is known color: Mindaro. HEX triplet: D5, EF and 65. RGB value is (213,239,101). Sum of RGB (Red+Green+Blue) = 213+239+101=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF65 is #2A109A. Grayscale: #D8D8D8. Windows color (decimal): -2756763 or 6680533. OLE color: 6680533.

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

Color convert

RGB 213 239 101 -
CMYK 0.11 0 0.58 0.06
HSL 71.3º 0.81% 0.67% -
HSV(B) 71.3º 0.58% 0.94% -
XYZ 60.66 76.82 23.94 -
YUV 215.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 213 239 101 0.11 0 0.58 0.06 71.3 0.81 0.67
Hex D5 EF 65 B 0 3A 6 47 51 43
Octal 325 357 145 13 0 72 6 107 121 103
Binary 11010101 11101111 1100101 1011 0 111010 110 1000111 1010001 1000011

Color Harmonies of #D5EF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF65

Black with #D5EF65

Text Example


Text Example

White with #D5EF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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