Html Css Color HEX #D2F06C Mindaro

📋 copy color: '#D2F06C'

red 210 ◦ green 240 ◦ blue 108

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

Shades of Mindaro #D2F06C

Tints of Mindaro #D2F06C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.01%

 BLUE value IS 108 (42.58% from 255) = 19.35%

R = 37.63%
G = 43.01%
B = 19.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#D2F06C (or 0xD2F06C) is known color: Mindaro. HEX triplet: D2, F0 and 6C. RGB value is (210,240,108). Sum of RGB (Red+Green+Blue) = 210+240+108=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F06C is #2D0F93. Grayscale: #D8D8D8. Windows color (decimal): -2953108 or 7139538. OLE color: 7139538.

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

Color convert

RGB 210 240 108 -
CMYK 0.12 0 0.55 0.06
HSL 73.64º 0.81% 0.68% -
HSV(B) 73.64º 0.55% 0.94% -
XYZ 60.45 77.1 25.88 -
YUV 215.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 210 240 108 0.12 0 0.55 0.06 73.64 0.81 0.68
Hex D2 F0 6C C 0 37 6 4A 51 44
Octal 322 360 154 14 0 67 6 112 121 104
Binary 11010010 11110000 1101100 1100 0 110111 110 1001010 1010001 1000100

Color Harmonies of #D2F06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F06C

Black with #D2F06C

Text Example


Text Example

White with #D2F06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F06C; }

 p { color: rgb(210,240,108); }

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

background-color css

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

 a { background-color: rgb(210,240,108); }

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

border-color css

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

 span { border-color: rgb(210,240,108); }

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