Html Css Color HEX #D5F766 Mindaro

📋 copy color: '#D5F766'

red 213 ◦ green 247 ◦ blue 102

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

Shades of Mindaro #D5F766

Tints of Mindaro #D5F766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.15%

R = 37.9%
G = 43.95%
B = 18.15%

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

#D5F766 (or 0xD5F766) is known color: Mindaro. HEX triplet: D5, F7 and 66. RGB value is (213,247,102). Sum of RGB (Red+Green+Blue) = 213+247+102=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 102 (40.23% from 255 or 18.15% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F766 is #2A0899. Grayscale: #DCDCDC. Windows color (decimal): -2754714 or 6748117. OLE color: 6748117.

HSL color Cylindrical-coordinate representation of color #D5F766: hue angle of 74.07º 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 #D5F766 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 247 102 -
CMYK 0.14 0 0.59 0.03
HSL 74.07º 0.9% 0.68% -
HSV(B) 74.07º 0.59% 0.97% -
XYZ 63.1 81.63 25 -
YUV 220.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 213 247 102 0.14 0 0.59 0.03 74.07 0.9 0.68
Hex D5 F7 66 E 0 3B 3 4A 5A 44
Octal 325 367 146 16 0 73 3 112 132 104
Binary 11010101 11110111 1100110 1110 0 111011 11 1001010 1011010 1000100

Color Harmonies of #D5F766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F766

Black with #D5F766

Text Example


Text Example

White with #D5F766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F766; }

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

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

background-color css

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

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

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

border-color css

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

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

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