Html Css Color HEX #D2F266 Mindaro

📋 copy color: '#D2F266'

red 210 ◦ green 242 ◦ blue 102

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

Shades of Mindaro #D2F266

Tints of Mindaro #D2F266

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.68%

 BLUE value IS 102 (40.23% from 255) = 18.41%

R = 37.91%
G = 43.68%
B = 18.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#D2F266 (or 0xD2F266) is known color: Mindaro. HEX triplet: D2, F2 and 66. RGB value is (210,242,102). Sum of RGB (Red+Green+Blue) = 210+242+102=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F266 is #2D0D99. Grayscale: #D9D9D9. Windows color (decimal): -2952602 or 6746834. OLE color: 6746834.

HSL color Cylindrical-coordinate representation of color #D2F266: hue angle of 73.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2F266 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 242 102 -
CMYK 0.13 0 0.58 0.05
HSL 73.71º 0.84% 0.67% -
HSV(B) 73.71º 0.58% 0.95% -
XYZ 60.73 78.17 24.46 -
YUV 216.47 63.4 123.38 -
System Red Green Blue C M Y K H S L
Decimal 210 242 102 0.13 0 0.58 0.05 73.71 0.84 0.67
Hex D2 F2 66 D 0 3A 5 4A 54 43
Octal 322 362 146 15 0 72 5 112 124 103
Binary 11010010 11110010 1100110 1101 0 111010 101 1001010 1010100 1000011

Color Harmonies of #D2F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F266

Black with #D2F266

Text Example


Text Example

White with #D2F266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F266; }

 p { color: rgb(210,242,102); }

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

background-color css

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

 a { background-color: rgb(210,242,102); }

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

border-color css

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

 span { border-color: rgb(210,242,102); }

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