Html Css Color HEX #D6F25B Mindaro

📋 copy color: '#D6F25B'

red 214 ◦ green 242 ◦ blue 91

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

Shades of Mindaro #D6F25B

Tints of Mindaro #D6F25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.64%

R = 39.12%
G = 44.24%
B = 16.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#D6F25B (or 0xD6F25B) is known color: Mindaro. HEX triplet: D6, F2 and 5B. RGB value is (214,242,91). Sum of RGB (Red+Green+Blue) = 214+242+91=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F25B is #290DA4. Grayscale: #D8D8D8. Windows color (decimal): -2690469 or 6025942. OLE color: 6025942.

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

Color convert

RGB 214 242 91 -
CMYK 0.12 0 0.62 0.05
HSL 71.13º 0.85% 0.65% -
HSV(B) 71.13º 0.62% 0.95% -
XYZ 61.37 78.56 21.83 -
YUV 216.41 57.22 126.28 -
System Red Green Blue C M Y K H S L
Decimal 214 242 91 0.12 0 0.62 0.05 71.13 0.85 0.65
Hex D6 F2 5B C 0 3E 5 47 55 41
Octal 326 362 133 14 0 76 5 107 125 101
Binary 11010110 11110010 1011011 1100 0 111110 101 1000111 1010101 1000001

Color Harmonies of #D6F25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F25B

Black with #D6F25B

Text Example


Text Example

White with #D6F25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F25B; }

 p { color: rgb(214,242,91); }

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

background-color css

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

 a { background-color: rgb(214,242,91); }

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

border-color css

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

 span { border-color: rgb(214,242,91); }

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