Html Css Color HEX #D4F765 Mindaro

📋 copy color: '#D4F765'

red 212 ◦ green 247 ◦ blue 101

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

Shades of Mindaro #D4F765

Tints of Mindaro #D4F765

RGB

 RED value IS 212 (83.2% from 255) = 37.86%

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

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

R = 37.86%
G = 44.11%
B = 18.04%

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

#D4F765 (or 0xD4F765) is known color: Mindaro. HEX triplet: D4, F7 and 65. RGB value is (212,247,101). Sum of RGB (Red+Green+Blue) = 212+247+101=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F765 is #2B089A. Grayscale: #DCDCDC. Windows color (decimal): -2820251 or 6682580. OLE color: 6682580.

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

Color convert

RGB 212 247 101 -
CMYK 0.14 0 0.59 0.03
HSL 74.38º 0.9% 0.68% -
HSV(B) 74.38º 0.59% 0.97% -
XYZ 62.76 81.46 24.73 -
YUV 219.89 60.9 122.37 -
System Red Green Blue C M Y K H S L
Decimal 212 247 101 0.14 0 0.59 0.03 74.38 0.9 0.68
Hex D4 F7 65 E 0 3B 3 4A 5A 44
Octal 324 367 145 16 0 73 3 112 132 104
Binary 11010100 11110111 1100101 1110 0 111011 11 1001010 1011010 1000100

Color Harmonies of #D4F765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F765

Black with #D4F765

Text Example


Text Example

White with #D4F765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F765; }

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

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

background-color css

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

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

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

border-color css

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

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

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