Html Css Color HEX #D2E765 Mindaro

📋 copy color: '#D2E765'

red 210 ◦ green 231 ◦ blue 101

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

Shades of Mindaro #D2E765

Tints of Mindaro #D2E765

RGB

 RED value IS 210 (82.42% from 255) = 38.75%

 GREEN value IS 231 (90.63% from 255) = 42.62%

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

R = 38.75%
G = 42.62%
B = 18.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#D2E765 (or 0xD2E765) is known color: Mindaro. HEX triplet: D2, E7 and 65. RGB value is (210,231,101). Sum of RGB (Red+Green+Blue) = 210+231+101=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E765 is #2D189A. Grayscale: #D2D2D2. Windows color (decimal): -2955419 or 6678482. OLE color: 6678482.

HSL color Cylindrical-coordinate representation of color #D2E765: hue angle of 69.69º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2E765 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 231 101 -
CMYK 0.09 0 0.56 0.09
HSL 69.69º 0.73% 0.65% -
HSV(B) 69.69º 0.56% 0.91% -
XYZ 57.5 71.79 23.14 -
YUV 209.9 66.54 128.07 -
System Red Green Blue C M Y K H S L
Decimal 210 231 101 0.09 0 0.56 0.09 69.69 0.73 0.65
Hex D2 E7 65 9 0 38 9 46 49 41
Octal 322 347 145 11 0 70 11 106 111 101
Binary 11010010 11100111 1100101 1001 0 111000 1001 1000110 1001001 1000001

Color Harmonies of #D2E765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E765

Black with #D2E765

Text Example


Text Example

White with #D2E765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E765; }

 p { color: rgb(210,231,101); }

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

background-color css

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

 a { background-color: rgb(210,231,101); }

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

border-color css

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

 span { border-color: rgb(210,231,101); }

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