Html Css Color HEX #D6FB65 Mindaro

📋 copy color: '#D6FB65'

red 214 ◦ green 251 ◦ blue 101

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

Shades of Mindaro #D6FB65

Tints of Mindaro #D6FB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.84%

R = 37.81%
G = 44.35%
B = 17.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#D6FB65 (or 0xD6FB65) is known color: Mindaro. HEX triplet: D6, FB and 65. RGB value is (214,251,101). Sum of RGB (Red+Green+Blue) = 214+251+101=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FB65 is #29049A. Grayscale: #DFDFDF. Windows color (decimal): -2688155 or 6683606. OLE color: 6683606.

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

Color convert

RGB 214 251 101 -
CMYK 0.15 0 0.60 0.02
HSL 74.8º 0.95% 0.69% -
HSV(B) 74.8º 0.6% 0.98% -
XYZ 64.58 84.23 25.17 -
YUV 222.84 59.24 121.7 -
System Red Green Blue C M Y K H S L
Decimal 214 251 101 0.15 0 0.60 0.02 74.8 0.95 0.69
Hex D6 FB 65 F 0 3C 2 4B 5F 45
Octal 326 373 145 17 0 74 2 113 137 105
Binary 11010110 11111011 1100101 1111 0 111100 10 1001011 1011111 1000101

Color Harmonies of #D6FB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FB65

Black with #D6FB65

Text Example


Text Example

White with #D6FB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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