Html Css Color HEX #D2F06B Mindaro

📋 copy color: '#D2F06B'

red 210 ◦ green 240 ◦ blue 107

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

Shades of Mindaro #D2F06B

Tints of Mindaro #D2F06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.21%

R = 37.7%
G = 43.09%
B = 19.21%

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

#D2F06B (or 0xD2F06B) is known color: Mindaro. HEX triplet: D2, F0 and 6B. RGB value is (210,240,107). Sum of RGB (Red+Green+Blue) = 210+240+107=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F06B is #2D0F94. Grayscale: #D8D8D8. Windows color (decimal): -2953109 or 7074002. OLE color: 7074002.

HSL color Cylindrical-coordinate representation of color #D2F06B: hue angle of 73.53º degrees, saturation: 0.82, 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 #D2F06B is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 240 107 -
CMYK 0.12 0 0.55 0.06
HSL 73.53º 0.82% 0.68% -
HSV(B) 73.53º 0.55% 0.94% -
XYZ 60.39 77.08 25.61 -
YUV 215.87 66.56 123.81 -
System Red Green Blue C M Y K H S L
Decimal 210 240 107 0.12 0 0.55 0.06 73.53 0.82 0.68
Hex D2 F0 6B C 0 37 6 4A 52 44
Octal 322 360 153 14 0 67 6 112 122 104
Binary 11010010 11110000 1101011 1100 0 110111 110 1001010 1010010 1000100

Color Harmonies of #D2F06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F06B

Black with #D2F06B

Text Example


Text Example

White with #D2F06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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