Html Css Color HEX #D6F36A Mindaro

📋 copy color: '#D6F36A'

red 214 ◦ green 243 ◦ blue 106

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

Shades of Mindaro #D6F36A

Tints of Mindaro #D6F36A

RGB

 RED value IS 214 (83.98% from 255) = 38.01%

 GREEN value IS 243 (95.31% from 255) = 43.16%

 BLUE value IS 106 (41.8% from 255) = 18.83%

R = 38.01%
G = 43.16%
B = 18.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#D6F36A (or 0xD6F36A) is known color: Mindaro. HEX triplet: D6, F3 and 6A. RGB value is (214,243,106). Sum of RGB (Red+Green+Blue) = 214+243+106=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F36A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F36A is #290C95. Grayscale: #DBDBDB. Windows color (decimal): -2690198 or 7009238. OLE color: 7009238.

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

Color convert

RGB 214 243 106 -
CMYK 0.12 0 0.56 0.05
HSL 72.7º 0.85% 0.68% -
HSV(B) 72.7º 0.56% 0.95% -
XYZ 62.38 79.44 25.68 -
YUV 218.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 214 243 106 0.12 0 0.56 0.05 72.7 0.85 0.68
Hex D6 F3 6A C 0 38 5 49 55 44
Octal 326 363 152 14 0 70 5 111 125 104
Binary 11010110 11110011 1101010 1100 0 111000 101 1001001 1010101 1000100

Color Harmonies of #D6F36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F36A

Black with #D6F36A

Text Example


Text Example

White with #D6F36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F36A; }

 p { color: rgb(214,243,106); }

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

background-color css

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

 a { background-color: rgb(214,243,106); }

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

border-color css

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

 span { border-color: rgb(214,243,106); }

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