Html Css Color HEX #D6FB52 Mindaro

📋 copy color: '#D6FB52'

red 214 ◦ green 251 ◦ blue 82

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

Shades of Mindaro #D6FB52

Tints of Mindaro #D6FB52

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.89%

 BLUE value IS 82 (32.42% from 255) = 14.99%

R = 39.12%
G = 45.89%
B = 14.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#D6FB52 (or 0xD6FB52) is known color: Mindaro. HEX triplet: D6, FB and 52. RGB value is (214,251,82). Sum of RGB (Red+Green+Blue) = 214+251+82=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FB52 is #2904AD. Grayscale: #DDDDDD. Windows color (decimal): -2688174 or 5438422. OLE color: 5438422.

HSL color Cylindrical-coordinate representation of color #D6FB52: hue angle of 73.14º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6FB52 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 251 82 -
CMYK 0.15 0 0.67 0.02
HSL 73.14º 0.95% 0.65% -
HSV(B) 73.14º 0.67% 0.98% -
XYZ 63.75 83.9 20.82 -
YUV 220.67 49.74 123.24 -
System Red Green Blue C M Y K H S L
Decimal 214 251 82 0.15 0 0.67 0.02 73.14 0.95 0.65
Hex D6 FB 52 F 0 43 2 49 5F 41
Octal 326 373 122 17 0 103 2 111 137 101
Binary 11010110 11111011 1010010 1111 0 1000011 10 1001001 1011111 1000001

Color Harmonies of #D6FB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FB52

Black with #D6FB52

Text Example


Text Example

White with #D6FB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FB52; }

 p { color: rgb(214,251,82); }

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

background-color css

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

 a { background-color: rgb(214,251,82); }

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

border-color css

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

 span { border-color: rgb(214,251,82); }

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