Html Css Color HEX #D4E265 Mindaro

📋 copy color: '#D4E265'

red 212 ◦ green 226 ◦ blue 101

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

Shades of Mindaro #D4E265

Tints of Mindaro #D4E265

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.93%

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

R = 39.33%
G = 41.93%
B = 18.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#D4E265 (or 0xD4E265) is known color: Mindaro. HEX triplet: D4, E2 and 65. RGB value is (212,226,101). Sum of RGB (Red+Green+Blue) = 212+226+101=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E265 is #2B1D9A. Grayscale: #D0D0D0. Windows color (decimal): -2825627 or 6677204. OLE color: 6677204.

HSL color Cylindrical-coordinate representation of color #D4E265: hue angle of 66.72º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4E265 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 226 101 -
CMYK 0.06 0 0.55 0.11
HSL 66.72º 0.68% 0.64% -
HSV(B) 66.72º 0.55% 0.89% -
XYZ 56.7 69.33 22.71 -
YUV 207.56 67.86 131.16 -
System Red Green Blue C M Y K H S L
Decimal 212 226 101 0.06 0 0.55 0.11 66.72 0.68 0.64
Hex D4 E2 65 6 0 37 B 43 44 40
Octal 324 342 145 6 0 67 13 103 104 100
Binary 11010100 11100010 1100101 110 0 110111 1011 1000011 1000100 1000000

Color Harmonies of #D4E265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E265

Black with #D4E265

Text Example


Text Example

White with #D4E265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E265; }

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

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

background-color css

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

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

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

border-color css

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

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

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