Html Css Color HEX #D2F069 Mindaro

📋 copy color: '#D2F069'

red 210 ◦ green 240 ◦ blue 105

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

Shades of Mindaro #D2F069

Tints of Mindaro #D2F069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.92%

R = 37.84%
G = 43.24%
B = 18.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#D2F069 (or 0xD2F069) is known color: Mindaro. HEX triplet: D2, F0 and 69. RGB value is (210,240,105). Sum of RGB (Red+Green+Blue) = 210+240+105=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F069 is #2D0F96. Grayscale: #D8D8D8. Windows color (decimal): -2953111 or 6942930. OLE color: 6942930.

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

Color convert

RGB 210 240 105 -
CMYK 0.12 0 0.56 0.06
HSL 73.33º 0.82% 0.68% -
HSV(B) 73.33º 0.56% 0.94% -
XYZ 60.29 77.04 25.06 -
YUV 215.64 65.56 123.98 -
System Red Green Blue C M Y K H S L
Decimal 210 240 105 0.12 0 0.56 0.06 73.33 0.82 0.68
Hex D2 F0 69 C 0 38 6 49 52 44
Octal 322 360 151 14 0 70 6 111 122 104
Binary 11010010 11110000 1101001 1100 0 111000 110 1001001 1010010 1000100

Color Harmonies of #D2F069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F069

Black with #D2F069

Text Example


Text Example

White with #D2F069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F069; }

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

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

background-color css

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

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

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

border-color css

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

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

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