Html Css Color HEX #D2E768 Mindaro

📋 copy color: '#D2E768'

red 210 ◦ green 231 ◦ blue 104

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

Shades of Mindaro #D2E768

Tints of Mindaro #D2E768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.08%

R = 38.53%
G = 42.39%
B = 19.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#D2E768 (or 0xD2E768) is known color: Mindaro. HEX triplet: D2, E7 and 68. RGB value is (210,231,104). Sum of RGB (Red+Green+Blue) = 210+231+104=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E768 is #2D1897. Grayscale: #D2D2D2. Windows color (decimal): -2955416 or 6875090. OLE color: 6875090.

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

Color convert

RGB 210 231 104 -
CMYK 0.09 0 0.55 0.09
HSL 69.92º 0.73% 0.66% -
HSV(B) 69.92º 0.55% 0.91% -
XYZ 57.65 71.85 23.93 -
YUV 210.24 68.04 127.83 -
System Red Green Blue C M Y K H S L
Decimal 210 231 104 0.09 0 0.55 0.09 69.92 0.73 0.66
Hex D2 E7 68 9 0 37 9 46 49 42
Octal 322 347 150 11 0 67 11 106 111 102
Binary 11010010 11100111 1101000 1001 0 110111 1001 1000110 1001001 1000010

Color Harmonies of #D2E768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E768

Black with #D2E768

Text Example


Text Example

White with #D2E768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E768; }

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

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

background-color css

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

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

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

border-color css

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

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

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