Html Css Color HEX #D5F765 Mindaro

📋 copy color: '#D5F765'

red 213 ◦ green 247 ◦ blue 101

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

Shades of Mindaro #D5F765

Tints of Mindaro #D5F765

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.03%

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

R = 37.97%
G = 44.03%
B = 18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#D5F765 (or 0xD5F765) is known color: Mindaro. HEX triplet: D5, F7 and 65. RGB value is (213,247,101). Sum of RGB (Red+Green+Blue) = 213+247+101=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F765 is #2A089A. Grayscale: #DCDCDC. Windows color (decimal): -2754715 or 6682581. OLE color: 6682581.

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

Color convert

RGB 213 247 101 -
CMYK 0.14 0 0.59 0.03
HSL 73.97º 0.9% 0.68% -
HSV(B) 73.97º 0.59% 0.97% -
XYZ 63.05 81.61 24.74 -
YUV 220.19 60.74 122.87 -
System Red Green Blue C M Y K H S L
Decimal 213 247 101 0.14 0 0.59 0.03 73.97 0.9 0.68
Hex D5 F7 65 E 0 3B 3 4A 5A 44
Octal 325 367 145 16 0 73 3 112 132 104
Binary 11010101 11110111 1100101 1110 0 111011 11 1001010 1011010 1000100

Color Harmonies of #D5F765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F765

Black with #D5F765

Text Example


Text Example

White with #D5F765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F765; }

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

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

background-color css

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

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

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

border-color css

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

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

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