Html Css Color HEX #D5EF54 Mindaro

📋 copy color: '#D5EF54'

red 213 ◦ green 239 ◦ blue 84

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

Shades of Mindaro #D5EF54

Tints of Mindaro #D5EF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.67%

R = 39.74%
G = 44.59%
B = 15.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#D5EF54 (or 0xD5EF54) is known color: Mindaro. HEX triplet: D5, EF and 54. RGB value is (213,239,84). Sum of RGB (Red+Green+Blue) = 213+239+84=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF54 is #2A10AB. Grayscale: #D6D6D6. Windows color (decimal): -2756780 or 5566421. OLE color: 5566421.

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

Color convert

RGB 213 239 84 -
CMYK 0.11 0 0.65 0.06
HSL 70.06º 0.83% 0.63% -
HSV(B) 70.06º 0.65% 0.94% -
XYZ 59.91 76.52 20 -
YUV 213.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 213 239 84 0.11 0 0.65 0.06 70.06 0.83 0.63
Hex D5 EF 54 B 0 41 6 46 53 3F
Octal 325 357 124 13 0 101 6 106 123 77
Binary 11010101 11101111 1010100 1011 0 1000001 110 1000110 1010011 111111

Color Harmonies of #D5EF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF54

Black with #D5EF54

Text Example


Text Example

White with #D5EF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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