Html Css Color HEX #D2F768 Mindaro

📋 copy color: '#D2F768'

red 210 ◦ green 247 ◦ blue 104

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

Shades of Mindaro #D2F768

Tints of Mindaro #D2F768

RGB

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

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

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

R = 37.43%
G = 44.03%
B = 18.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#D2F768 (or 0xD2F768) is known color: Mindaro. HEX triplet: D2, F7 and 68. RGB value is (210,247,104). Sum of RGB (Red+Green+Blue) = 210+247+104=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F768 is #2D0897. Grayscale: #DCDCDC. Windows color (decimal): -2951320 or 6879186. OLE color: 6879186.

HSL color Cylindrical-coordinate representation of color #D2F768: hue angle of 75.52º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2F768 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 247 104 -
CMYK 0.15 0 0.58 0.03
HSL 75.52º 0.9% 0.69% -
HSV(B) 75.52º 0.58% 0.97% -
XYZ 62.34 81.22 25.49 -
YUV 219.64 62.74 121.13 -
System Red Green Blue C M Y K H S L
Decimal 210 247 104 0.15 0 0.58 0.03 75.52 0.9 0.69
Hex D2 F7 68 F 0 3A 3 4C 5A 45
Octal 322 367 150 17 0 72 3 114 132 105
Binary 11010010 11110111 1101000 1111 0 111010 11 1001100 1011010 1000101

Color Harmonies of #D2F768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F768

Black with #D2F768

Text Example


Text Example

White with #D2F768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F768; }

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

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

background-color css

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

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

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

border-color css

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

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

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