Html Css Color HEX #D5F85B Mindaro

📋 copy color: '#D5F85B'

red 213 ◦ green 248 ◦ blue 91

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

Shades of Mindaro #D5F85B

Tints of Mindaro #D5F85B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.93%

 BLUE value IS 91 (35.94% from 255) = 16.49%

R = 38.59%
G = 44.93%
B = 16.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#D5F85B (or 0xD5F85B) is known color: Mindaro. HEX triplet: D5, F8 and 5B. RGB value is (213,248,91). Sum of RGB (Red+Green+Blue) = 213+248+91=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F85B is #2A07A4. Grayscale: #DCDCDC. Windows color (decimal): -2754469 or 6027477. OLE color: 6027477.

HSL color Cylindrical-coordinate representation of color #D5F85B: hue angle of 73.38º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5F85B is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 248 91 -
CMYK 0.14 0 0.63 0.03
HSL 73.38º 0.92% 0.66% -
HSV(B) 73.38º 0.63% 0.97% -
XYZ 62.9 82.04 22.42 -
YUV 219.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 213 248 91 0.14 0 0.63 0.03 73.38 0.92 0.66
Hex D5 F8 5B E 0 3F 3 49 5C 42
Octal 325 370 133 16 0 77 3 111 134 102
Binary 11010101 11111000 1011011 1110 0 111111 11 1001001 1011100 1000010

Color Harmonies of #D5F85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F85B

Black with #D5F85B

Text Example


Text Example

White with #D5F85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F85B; }

 p { color: rgb(213,248,91); }

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

background-color css

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

 a { background-color: rgb(213,248,91); }

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

border-color css

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

 span { border-color: rgb(213,248,91); }

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