Html Css Color HEX #D5FF61 Mindaro

📋 copy color: '#D5FF61'

red 213 ◦ green 255 ◦ blue 97

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

Shades of Mindaro #D5FF61

Tints of Mindaro #D5FF61

RGB

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

 GREEN value IS 255 (100% from 255) = 45.13%

 BLUE value IS 97 (38.28% from 255) = 17.17%

R = 37.7%
G = 45.13%
B = 17.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#D5FF61 (or 0xD5FF61) is known color: Mindaro. HEX triplet: D5, FF and 61. RGB value is (213,255,97). Sum of RGB (Red+Green+Blue) = 213+255+97=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 97 (38.28% from 255 or 17.17% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF61 is #2A009E. Grayscale: #E1E1E1. Windows color (decimal): -2752671 or 6422485. OLE color: 6422485.

HSL color Cylindrical-coordinate representation of color #D5FF61: hue angle of 75.95º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5FF61 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 213 255 97 -
CMYK 0.16 0 0.62 0
HSL 75.95º 1% 0.69% -
HSV(B) 75.95º 0.62% 1% -
XYZ 65.36 86.53 24.57 -
YUV 224.43 56.09 119.85 -
System Red Green Blue C M Y K H S L
Decimal 213 255 97 0.16 0 0.62 0 75.95 1 0.69
Hex D5 FF 61 10 0 3E 0 4C 64 45
Octal 325 377 141 20 0 76 0 114 144 105
Binary 11010101 11111111 1100001 10000 0 111110 0 1001100 1100100 1000101

Color Harmonies of #D5FF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FF61

Black with #D5FF61

Text Example


Text Example

White with #D5FF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FF61; }

 p { color: rgb(213,255,97); }

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

background-color css

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

 a { background-color: rgb(213,255,97); }

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

border-color css

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

 span { border-color: rgb(213,255,97); }

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